mirror of
https://github.com/hybridgroup/gocv
synced 2025-08-25 08:41:04 +08:00
Update cuda api
* cv::cuda::CascadeClassifier Class * cv::cuda::HOG Class * cv::cuda::CannyEdgeDetector
This commit is contained in:
@@ -34,4 +34,8 @@ void PrintShortCudaDeviceInfo(int device){
|
||||
|
||||
int GetCudaEnabledDeviceCount(){
|
||||
return cv::cuda::getCudaEnabledDeviceCount();
|
||||
}
|
||||
}
|
||||
|
||||
void GpuMat_ConvertTo(GpuMat m, GpuMat dst, int type) {
|
||||
m->convertTo(*dst, type);
|
||||
}
|
||||
|
Reference in New Issue
Block a user