Skip to content

Instantly share code, notes, and snippets.

@nikhil9
nikhil9 / getHSV.java
Last active December 13, 2015 18:38
Get HSV color space values of image pixel on mouse hover using JavaCV.
import static com.googlecode.javacv.cpp.opencv_core.*;
import static com.googlecode.javacv.cpp.opencv_highgui.*;
import static com.googlecode.javacv.cpp.opencv_imgproc.*;
import com.googlecode.javacv.cpp.opencv_core.*;
import com.googlecode.javacv.cpp.opencv_highgui.*;
public class getHSV{
public static int x_co;