org.naokishibata.ocvimgio
Class CvUtil
java.lang.Object
org.naokishibata.ocvimgio.CvUtil
public class CvUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CV_BGR2BGRA
public static final int CV_BGR2BGRA
- See Also:
- Constant Field Values
CV_BGRA2BGR
public static final int CV_BGRA2BGR
- See Also:
- Constant Field Values
CV_BGR2RGBA
public static final int CV_BGR2RGBA
- See Also:
- Constant Field Values
CV_RGBA2BGR
public static final int CV_RGBA2BGR
- See Also:
- Constant Field Values
CV_BGR2RGB
public static final int CV_BGR2RGB
- See Also:
- Constant Field Values
CV_BGRA2RGBA
public static final int CV_BGRA2RGBA
- See Also:
- Constant Field Values
CV_BGR2GRAY
public static final int CV_BGR2GRAY
- See Also:
- Constant Field Values
CV_RGB2GRAY
public static final int CV_RGB2GRAY
- See Also:
- Constant Field Values
CV_GRAY2BGR
public static final int CV_GRAY2BGR
- See Also:
- Constant Field Values
CV_GRAY2BGRA
public static final int CV_GRAY2BGRA
- See Also:
- Constant Field Values
CV_BGRA2GRAY
public static final int CV_BGRA2GRAY
- See Also:
- Constant Field Values
CV_RGBA2GRAY
public static final int CV_RGBA2GRAY
- See Also:
- Constant Field Values
CV_BGR2BGR565
public static final int CV_BGR2BGR565
- See Also:
- Constant Field Values
CV_RGB2BGR565
public static final int CV_RGB2BGR565
- See Also:
- Constant Field Values
CV_BGR5652BGR
public static final int CV_BGR5652BGR
- See Also:
- Constant Field Values
CV_BGR5652RGB
public static final int CV_BGR5652RGB
- See Also:
- Constant Field Values
CV_BGRA2BGR565
public static final int CV_BGRA2BGR565
- See Also:
- Constant Field Values
CV_RGBA2BGR565
public static final int CV_RGBA2BGR565
- See Also:
- Constant Field Values
CV_BGR5652BGRA
public static final int CV_BGR5652BGRA
- See Also:
- Constant Field Values
CV_BGR5652RGBA
public static final int CV_BGR5652RGBA
- See Also:
- Constant Field Values
CV_GRAY2BGR565
public static final int CV_GRAY2BGR565
- See Also:
- Constant Field Values
CV_BGR5652GRAY
public static final int CV_BGR5652GRAY
- See Also:
- Constant Field Values
CV_BGR2BGR555
public static final int CV_BGR2BGR555
- See Also:
- Constant Field Values
CV_RGB2BGR555
public static final int CV_RGB2BGR555
- See Also:
- Constant Field Values
CV_BGR5552BGR
public static final int CV_BGR5552BGR
- See Also:
- Constant Field Values
CV_BGR5552RGB
public static final int CV_BGR5552RGB
- See Also:
- Constant Field Values
CV_BGRA2BGR555
public static final int CV_BGRA2BGR555
- See Also:
- Constant Field Values
CV_RGBA2BGR555
public static final int CV_RGBA2BGR555
- See Also:
- Constant Field Values
CV_BGR5552BGRA
public static final int CV_BGR5552BGRA
- See Also:
- Constant Field Values
CV_BGR5552RGBA
public static final int CV_BGR5552RGBA
- See Also:
- Constant Field Values
CV_GRAY2BGR555
public static final int CV_GRAY2BGR555
- See Also:
- Constant Field Values
CV_BGR5552GRAY
public static final int CV_BGR5552GRAY
- See Also:
- Constant Field Values
CV_BGR2XYZ
public static final int CV_BGR2XYZ
- See Also:
- Constant Field Values
CV_RGB2XYZ
public static final int CV_RGB2XYZ
- See Also:
- Constant Field Values
CV_XYZ2BGR
public static final int CV_XYZ2BGR
- See Also:
- Constant Field Values
CV_XYZ2RGB
public static final int CV_XYZ2RGB
- See Also:
- Constant Field Values
CV_BGR2YCrCb
public static final int CV_BGR2YCrCb
- See Also:
- Constant Field Values
CV_RGB2YCrCb
public static final int CV_RGB2YCrCb
- See Also:
- Constant Field Values
CV_YCrCb2BGR
public static final int CV_YCrCb2BGR
- See Also:
- Constant Field Values
CV_YCrCb2RGB
public static final int CV_YCrCb2RGB
- See Also:
- Constant Field Values
CV_BGR2HSV
public static final int CV_BGR2HSV
- See Also:
- Constant Field Values
CV_RGB2HSV
public static final int CV_RGB2HSV
- See Also:
- Constant Field Values
CV_BGR2Lab
public static final int CV_BGR2Lab
- See Also:
- Constant Field Values
CV_RGB2Lab
public static final int CV_RGB2Lab
- See Also:
- Constant Field Values
CV_BayerBG2BGR
public static final int CV_BayerBG2BGR
- See Also:
- Constant Field Values
CV_BayerGB2BGR
public static final int CV_BayerGB2BGR
- See Also:
- Constant Field Values
CV_BayerRG2BGR
public static final int CV_BayerRG2BGR
- See Also:
- Constant Field Values
CV_BayerGR2BGR
public static final int CV_BayerGR2BGR
- See Also:
- Constant Field Values
CV_BGR2Luv
public static final int CV_BGR2Luv
- See Also:
- Constant Field Values
CV_RGB2Luv
public static final int CV_RGB2Luv
- See Also:
- Constant Field Values
CV_BGR2HLS
public static final int CV_BGR2HLS
- See Also:
- Constant Field Values
CV_RGB2HLS
public static final int CV_RGB2HLS
- See Also:
- Constant Field Values
CV_HSV2BGR
public static final int CV_HSV2BGR
- See Also:
- Constant Field Values
CV_HSV2RGB
public static final int CV_HSV2RGB
- See Also:
- Constant Field Values
CV_Lab2BGR
public static final int CV_Lab2BGR
- See Also:
- Constant Field Values
CV_Lab2RGB
public static final int CV_Lab2RGB
- See Also:
- Constant Field Values
CV_Luv2BGR
public static final int CV_Luv2BGR
- See Also:
- Constant Field Values
CV_Luv2RGB
public static final int CV_Luv2RGB
- See Also:
- Constant Field Values
CV_HLS2BGR
public static final int CV_HLS2BGR
- See Also:
- Constant Field Values
CV_HLS2RGB
public static final int CV_HLS2RGB
- See Also:
- Constant Field Values
CV_BayerBG2BGR_VNG
public static final int CV_BayerBG2BGR_VNG
- See Also:
- Constant Field Values
CV_BayerGB2BGR_VNG
public static final int CV_BayerGB2BGR_VNG
- See Also:
- Constant Field Values
CV_BayerRG2BGR_VNG
public static final int CV_BayerRG2BGR_VNG
- See Also:
- Constant Field Values
CV_BayerGR2BGR_VNG
public static final int CV_BayerGR2BGR_VNG
- See Also:
- Constant Field Values
CV_GRAY2RGBA
public static final int CV_GRAY2RGBA
- See Also:
- Constant Field Values
CV_RGB2RGBA
public static final int CV_RGB2RGBA
- See Also:
- Constant Field Values
CV_RGBA2RGB
public static final int CV_RGBA2RGB
- See Also:
- Constant Field Values
CV_RGB2BGRA
public static final int CV_RGB2BGRA
- See Also:
- Constant Field Values
CV_BGRA2RGB
public static final int CV_BGRA2RGB
- See Also:
- Constant Field Values
CV_RGB2BGR
public static final int CV_RGB2BGR
- See Also:
- Constant Field Values
CV_RGBA2BGRA
public static final int CV_RGBA2BGRA
- See Also:
- Constant Field Values
CV_GRAY2RGB
public static final int CV_GRAY2RGB
- See Also:
- Constant Field Values
CV_BayerBG2RGB
public static final int CV_BayerBG2RGB
- See Also:
- Constant Field Values
CV_BayerGB2RGB
public static final int CV_BayerGB2RGB
- See Also:
- Constant Field Values
CV_BayerRG2RGB
public static final int CV_BayerRG2RGB
- See Also:
- Constant Field Values
CV_BayerGR2RGB
public static final int CV_BayerGR2RGB
- See Also:
- Constant Field Values
CvUtil
public CvUtil()
cvCvtColor
public static void cvCvtColor(IplImage src,
IplImage dst,
int mode)
cvFlip
public static void cvFlip(IplImage src,
IplImage dst,
int mode)