forked from archit120/JuliaOpenCVBindingGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request archit120#2 from archit120/gsoc-phase2
Gsoc phase2
- Loading branch information
Showing
94 changed files
with
15,035 additions
and
17,687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
|
||
const Code = Int32 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
module Error | ||
import ..OpenCV | ||
|
||
|
||
const BadAlign = OpenCV.cv_Error_BadAlign | ||
const BAD_ALIGN = OpenCV.cv_Error_BAD_ALIGN; | ||
const BadAlphaChannel = OpenCV.cv_Error_BadAlphaChannel | ||
const BAD_ALPHA_CHANNEL = OpenCV.cv_Error_BAD_ALPHA_CHANNEL; | ||
const BadCOI = OpenCV.cv_Error_BadCOI | ||
const BAD_COI = OpenCV.cv_Error_BAD_COI; | ||
const BadCallBack = OpenCV.cv_Error_BadCallBack | ||
const BAD_CALL_BACK = OpenCV.cv_Error_BAD_CALL_BACK; | ||
const BadDataPtr = OpenCV.cv_Error_BadDataPtr | ||
const BAD_DATA_PTR = OpenCV.cv_Error_BAD_DATA_PTR; | ||
const BadDepth = OpenCV.cv_Error_BadDepth | ||
const BAD_DEPTH = OpenCV.cv_Error_BAD_DEPTH; | ||
const BadImageSize = OpenCV.cv_Error_BadImageSize | ||
const BAD_IMAGE_SIZE = OpenCV.cv_Error_BAD_IMAGE_SIZE; | ||
const BadModelOrChSeq = OpenCV.cv_Error_BadModelOrChSeq | ||
const BAD_MODEL_OR_CH_SEQ = OpenCV.cv_Error_BAD_MODEL_OR_CH_SEQ; | ||
const BadNumChannel1U = OpenCV.cv_Error_BadNumChannel1U | ||
const BAD_NUM_CHANNEL1U = OpenCV.cv_Error_BAD_NUM_CHANNEL1U; | ||
const BadNumChannels = OpenCV.cv_Error_BadNumChannels | ||
const BAD_NUM_CHANNELS = OpenCV.cv_Error_BAD_NUM_CHANNELS; | ||
const BadOffset = OpenCV.cv_Error_BadOffset | ||
const BAD_OFFSET = OpenCV.cv_Error_BAD_OFFSET; | ||
const BadOrder = OpenCV.cv_Error_BadOrder | ||
const BAD_ORDER = OpenCV.cv_Error_BAD_ORDER; | ||
const BadOrigin = OpenCV.cv_Error_BadOrigin | ||
const BAD_ORIGIN = OpenCV.cv_Error_BAD_ORIGIN; | ||
const BadROISize = OpenCV.cv_Error_BadROISize | ||
const BAD_ROISIZE = OpenCV.cv_Error_BAD_ROISIZE; | ||
const BadStep = OpenCV.cv_Error_BadStep | ||
const BAD_STEP = OpenCV.cv_Error_BAD_STEP; | ||
const BadTileSize = OpenCV.cv_Error_BadTileSize | ||
const BAD_TILE_SIZE = OpenCV.cv_Error_BAD_TILE_SIZE; | ||
const GpuApiCallError = OpenCV.cv_Error_GpuApiCallError | ||
const GPU_API_CALL_ERROR = OpenCV.cv_Error_GPU_API_CALL_ERROR; | ||
const GpuNotSupported = OpenCV.cv_Error_GpuNotSupported | ||
const GPU_NOT_SUPPORTED = OpenCV.cv_Error_GPU_NOT_SUPPORTED; | ||
const HeaderIsNull = OpenCV.cv_Error_HeaderIsNull | ||
const HEADER_IS_NULL = OpenCV.cv_Error_HEADER_IS_NULL; | ||
const MaskIsTiled = OpenCV.cv_Error_MaskIsTiled | ||
const MASK_IS_TILED = OpenCV.cv_Error_MASK_IS_TILED; | ||
const OpenCLApiCallError = OpenCV.cv_Error_OpenCLApiCallError | ||
const OPEN_CLAPI_CALL_ERROR = OpenCV.cv_Error_OPEN_CLAPI_CALL_ERROR; | ||
const OpenCLDoubleNotSupported = OpenCV.cv_Error_OpenCLDoubleNotSupported | ||
const OPEN_CLDOUBLE_NOT_SUPPORTED = OpenCV.cv_Error_OPEN_CLDOUBLE_NOT_SUPPORTED; | ||
const OpenCLInitError = OpenCV.cv_Error_OpenCLInitError | ||
const OPEN_CLINIT_ERROR = OpenCV.cv_Error_OPEN_CLINIT_ERROR; | ||
const OpenCLNoAMDBlasFft = OpenCV.cv_Error_OpenCLNoAMDBlasFft | ||
const OPEN_CLNO_AMDBLAS_FFT = OpenCV.cv_Error_OPEN_CLNO_AMDBLAS_FFT; | ||
const OpenGlApiCallError = OpenCV.cv_Error_OpenGlApiCallError | ||
const OPEN_GL_API_CALL_ERROR = OpenCV.cv_Error_OPEN_GL_API_CALL_ERROR; | ||
const OpenGlNotSupported = OpenCV.cv_Error_OpenGlNotSupported | ||
const OPEN_GL_NOT_SUPPORTED = OpenCV.cv_Error_OPEN_GL_NOT_SUPPORTED; | ||
const StsAssert = OpenCV.cv_Error_StsAssert | ||
const STS_ASSERT = OpenCV.cv_Error_STS_ASSERT; | ||
const StsAutoTrace = OpenCV.cv_Error_StsAutoTrace | ||
const STS_AUTO_TRACE = OpenCV.cv_Error_STS_AUTO_TRACE; | ||
const StsBackTrace = OpenCV.cv_Error_StsBackTrace | ||
const STS_BACK_TRACE = OpenCV.cv_Error_STS_BACK_TRACE; | ||
const StsBadArg = OpenCV.cv_Error_StsBadArg | ||
const STS_BAD_ARG = OpenCV.cv_Error_STS_BAD_ARG; | ||
const StsBadFlag = OpenCV.cv_Error_StsBadFlag | ||
const STS_BAD_FLAG = OpenCV.cv_Error_STS_BAD_FLAG; | ||
const StsBadFunc = OpenCV.cv_Error_StsBadFunc | ||
const STS_BAD_FUNC = OpenCV.cv_Error_STS_BAD_FUNC; | ||
const StsBadMask = OpenCV.cv_Error_StsBadMask | ||
const STS_BAD_MASK = OpenCV.cv_Error_STS_BAD_MASK; | ||
const StsBadMemBlock = OpenCV.cv_Error_StsBadMemBlock | ||
const STS_BAD_MEM_BLOCK = OpenCV.cv_Error_STS_BAD_MEM_BLOCK; | ||
const StsBadPoint = OpenCV.cv_Error_StsBadPoint | ||
const STS_BAD_POINT = OpenCV.cv_Error_STS_BAD_POINT; | ||
const StsBadSize = OpenCV.cv_Error_StsBadSize | ||
const STS_BAD_SIZE = OpenCV.cv_Error_STS_BAD_SIZE; | ||
const StsDivByZero = OpenCV.cv_Error_StsDivByZero | ||
const STS_DIV_BY_ZERO = OpenCV.cv_Error_STS_DIV_BY_ZERO; | ||
const StsError = OpenCV.cv_Error_StsError | ||
const STS_ERROR = OpenCV.cv_Error_STS_ERROR; | ||
const StsFilterOffsetErr = OpenCV.cv_Error_StsFilterOffsetErr | ||
const STS_FILTER_OFFSET_ERR = OpenCV.cv_Error_STS_FILTER_OFFSET_ERR; | ||
const StsFilterStructContentErr = OpenCV.cv_Error_StsFilterStructContentErr | ||
const STS_FILTER_STRUCT_CONTENT_ERR = OpenCV.cv_Error_STS_FILTER_STRUCT_CONTENT_ERR; | ||
const StsInplaceNotSupported = OpenCV.cv_Error_StsInplaceNotSupported | ||
const STS_INPLACE_NOT_SUPPORTED = OpenCV.cv_Error_STS_INPLACE_NOT_SUPPORTED; | ||
const StsInternal = OpenCV.cv_Error_StsInternal | ||
const STS_INTERNAL = OpenCV.cv_Error_STS_INTERNAL; | ||
const StsKernelStructContentErr = OpenCV.cv_Error_StsKernelStructContentErr | ||
const STS_KERNEL_STRUCT_CONTENT_ERR = OpenCV.cv_Error_STS_KERNEL_STRUCT_CONTENT_ERR; | ||
const StsNoConv = OpenCV.cv_Error_StsNoConv | ||
const STS_NO_CONV = OpenCV.cv_Error_STS_NO_CONV; | ||
const StsNoMem = OpenCV.cv_Error_StsNoMem | ||
const STS_NO_MEM = OpenCV.cv_Error_STS_NO_MEM; | ||
const StsNotImplemented = OpenCV.cv_Error_StsNotImplemented | ||
const STS_NOT_IMPLEMENTED = OpenCV.cv_Error_STS_NOT_IMPLEMENTED; | ||
const StsNullPtr = OpenCV.cv_Error_StsNullPtr | ||
const STS_NULL_PTR = OpenCV.cv_Error_STS_NULL_PTR; | ||
const StsObjectNotFound = OpenCV.cv_Error_StsObjectNotFound | ||
const STS_OBJECT_NOT_FOUND = OpenCV.cv_Error_STS_OBJECT_NOT_FOUND; | ||
const StsOk = OpenCV.cv_Error_StsOk | ||
const STS_OK = OpenCV.cv_Error_STS_OK; | ||
const StsOutOfRange = OpenCV.cv_Error_StsOutOfRange | ||
const STS_OUT_OF_RANGE = OpenCV.cv_Error_STS_OUT_OF_RANGE; | ||
const StsParseError = OpenCV.cv_Error_StsParseError | ||
const STS_PARSE_ERROR = OpenCV.cv_Error_STS_PARSE_ERROR; | ||
const StsUnmatchedFormats = OpenCV.cv_Error_StsUnmatchedFormats | ||
const STS_UNMATCHED_FORMATS = OpenCV.cv_Error_STS_UNMATCHED_FORMATS; | ||
const StsUnmatchedSizes = OpenCV.cv_Error_StsUnmatchedSizes | ||
const STS_UNMATCHED_SIZES = OpenCV.cv_Error_STS_UNMATCHED_SIZES; | ||
const StsUnsupportedFormat = OpenCV.cv_Error_StsUnsupportedFormat | ||
const STS_UNSUPPORTED_FORMAT = OpenCV.cv_Error_STS_UNSUPPORTED_FORMAT; | ||
const StsVecLengthErr = OpenCV.cv_Error_StsVecLengthErr | ||
const STS_VEC_LENGTH_ERR = OpenCV.cv_Error_STS_VEC_LENGTH_ERR; | ||
|
||
|
||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module cuda | ||
import ..OpenCV | ||
|
||
|
||
|
||
|
||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module cudev | ||
import ..OpenCV | ||
|
||
|
||
|
||
|
||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.