imageSegmentation icon indicating copy to clipboard operation
imageSegmentation copied to clipboard

make example?

Open b4zz4 opened this issue 5 years ago • 1 comments

I try to compile it but it does not result me...

g++ -lm `pkg-config --cflags opencv` -o color.o -c color.cpp
g++ -lm `pkg-config --cflags opencv` -o histogram.o -c histogram.cpp
g++ -lm `pkg-config --cflags opencv` -o texture.o -c texture.cpp
g++ -lm `pkg-config --cflags opencv` -o main.o -c main.cpp
g++ -lm -o out header.h main.o color.o histogram.o texture.o `pkg-config --libs opencv`

b4zz4 avatar Jun 20 '20 22:06 b4zz4

it works on my laptop

zjm0518 avatar Jul 21 '23 06:07 zjm0518