HristoMarkow
Results
2
issues of
HristoMarkow
Hi, is there any plans for bike lights support as profile? I can help with the this file D00001621_ANT+_Device_Profile_-_Bike_Lights_Rev_2.0_M.001.pdf :)
Hi, I've looked at OpenCV documentation [ImDecode](https://docs.opencv.org/2.4/modules/highgui/doc/reading_and_writing_images_and_video.html#imdecode) and according it should be used two functions C++: Mat imdecode(InputArray buf, int flags) C: IplImage* cvDecodeImage(const CvMat* buf, int iscolor=CV_LOAD_IMAGE_COLOR) **cvDecodeImage** is...