Uses of Class
org.bytedeco.cuda.nppc.NppPointPolar
-
Packages that use NppPointPolar Package Description org.bytedeco.cuda.global org.bytedeco.cuda.nppc -
-
Uses of NppPointPolar in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type NppPointPolar Modifier and Type Method Description static intnppif. nppiFilterHoughLine_8u32f_C1R(byte[] pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, int[] pDeviceLineCount, byte[] pDeviceBuffer)static intnppif. nppiFilterHoughLine_8u32f_C1R(ByteBuffer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, IntBuffer pDeviceLineCount, ByteBuffer pDeviceBuffer)static intnppif. nppiFilterHoughLine_8u32f_C1R(BytePointer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, IntPointer pDeviceLineCount, BytePointer pDeviceBuffer)static intnppif. nppiFilterHoughLine_8u32f_C1R_Ctx(byte[] pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, int[] pDeviceLineCount, byte[] pDeviceBuffer, NppStreamContext nppStreamCtx)static intnppif. nppiFilterHoughLine_8u32f_C1R_Ctx(ByteBuffer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, IntBuffer pDeviceLineCount, ByteBuffer pDeviceBuffer, NppStreamContext nppStreamCtx)static intnppif. nppiFilterHoughLine_8u32f_C1R_Ctx(BytePointer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, int nMaxLineCount, IntPointer pDeviceLineCount, BytePointer pDeviceBuffer, NppStreamContext nppStreamCtx)1 channel 8-bit unsigned binarized (0, 255) source feature (canny edges, etc.) source image to list of lines in point polar format representing the length (rho) and angle (theta) of each line from the origin of the normal to the line using the formula rho = x cos(theta) + y sin(theta).static intnppif. nppiFilterHoughLineGetBufferSize(NppiSize oSizeROI, NppPointPolar nDelta, int nMaxLineCount, int[] hpBufferSize)static intnppif. nppiFilterHoughLineGetBufferSize(NppiSize oSizeROI, NppPointPolar nDelta, int nMaxLineCount, IntBuffer hpBufferSize)static intnppif. nppiFilterHoughLineGetBufferSize(NppiSize oSizeROI, NppPointPolar nDelta, int nMaxLineCount, IntPointer hpBufferSize)Calculate scratch buffer size needed for the FilterHoughLine or FilterHoughLineRegion functions based on destination image SizeROI width and height and nDelta parameters.static intnppif. nppiFilterHoughLineRegion_8u32f_C1R(byte[] pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, int[] pDeviceLineCount, byte[] pDeviceBuffer)static intnppif. nppiFilterHoughLineRegion_8u32f_C1R(ByteBuffer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, IntBuffer pDeviceLineCount, ByteBuffer pDeviceBuffer)static intnppif. nppiFilterHoughLineRegion_8u32f_C1R(BytePointer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, IntPointer pDeviceLineCount, BytePointer pDeviceBuffer)static intnppif. nppiFilterHoughLineRegion_8u32f_C1R_Ctx(byte[] pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, int[] pDeviceLineCount, byte[] pDeviceBuffer, NppStreamContext nppStreamCtx)static intnppif. nppiFilterHoughLineRegion_8u32f_C1R_Ctx(ByteBuffer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, IntBuffer pDeviceLineCount, ByteBuffer pDeviceBuffer, NppStreamContext nppStreamCtx)static intnppif. nppiFilterHoughLineRegion_8u32f_C1R_Ctx(BytePointer pSrc, int nSrcStep, NppiSize oSizeROI, NppPointPolar nDelta, int nThreshold, NppPointPolar pDeviceLines, NppPointPolar oDstROI, int nMaxLineCount, IntPointer pDeviceLineCount, BytePointer pDeviceBuffer, NppStreamContext nppStreamCtx)1 channel 8-bit unsigned binarized (0, 255) source feature (canny edges, etc.) source image to list of lines in point polar format representing the length (rho) and angle (theta) of each line from the origin of the normal to the line using the formula rho = x cos(theta) + y sin(theta). -
Uses of NppPointPolar in org.bytedeco.cuda.nppc
Methods in org.bytedeco.cuda.nppc that return NppPointPolar Modifier and Type Method Description NppPointPolarNppPointPolar. getPointer(long i)NppPointPolarNppPointPolar. position(long position)NppPointPolarNppPointPolar. rho(float setter)NppPointPolarNppPointPolar. theta(float setter)
-