Skip to content

Commit b07a16e

Browse files
committed
resize!
1 parent 60ba921 commit b07a16e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/CVImgProc.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module CVImgProc
22

3-
export ColorConversionCodes, ThresholdTypes, cvtColor, resize, threshold,
4-
flip!, flip, undistort!, undistort, GaussianBlur!, GaussianBlur,
5-
Sobel!, Sobel
3+
export ColorConversionCodes, ThresholdTypes, cvtColor, resize!, resize,
4+
threshold!, threshold, flip!, flip, undistort!, undistort,
5+
GaussianBlur!, GaussianBlur, Sobel!, Sobel
66

77
using LibOpenCV
88
using CVCore
99
using Cxx
1010

11+
import Base: resize!
1112
import CVCore: cvSize, similar_empty
1213

1314
libopencv_imgproc = LibOpenCV.find_library_e("libopencv_imgproc")

0 commit comments

Comments
 (0)