mirror of
https://github.com/opencv/opencv.git
synced 2024-12-13 16:09:23 +08:00
d6c699c014
stereo module in opencv_contrib is renamed to xstereo
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
//
|
|
// This file is auto-generated. Please don't modify it!
|
|
//
|
|
|
|
#import "$objcName.h"
|
|
#import "CVObjcUtil.h"
|
|
|
|
$imports
|
|
|
|
@implementation $objcName
|
|
|
|
$methodImplementations
|
|
|
|
@end
|