Skip to content

jmysu/OpenCap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCap License: GPL v3 Platform: Windows, Linux, OS X OpenCV

OpenCV4 Capture Utility w/ QT5


Application for tuning OpenCV4 filters, with Qt5/Camera/Video/Image...

Adjust your filters under main/helper/_ProcessingFrame.cpp...

Option filters: Gray, Flip, Blur, Dilate, Erode, Canny, HSV segment/Histogram, MacBeth colorcheck, meanShift, PCA, GrabCut, Cartoonify...
Also adds TCPIP send capability for transfering pixmap via networks
(works w/ https://github.com/jmysu/TcpPix)




References

-QtEVM Qt EVM.
-RVM Realtime Video Magnification.
-RangeSlider TwoWay Qt RangeSlider.
-OpenCV Multithread Capture MultiThreaded OpenCV capture!
-MeanShift Kanglai Qian: MeanShift filter/segmentation w/ OpenCV.