Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

how to complie opencv c++ in ubuntu

//used terminal ubuntu, first step you must in folder this program 
 g++ name_file.cpp -o name_file_output `pkg-config --cflags --libs opencv4`
 
 // http://shalahuddin.me.student.pens.ac.id
 
PREVIOUS NEXT
Tagged: #complie #opencv #ubuntu
ADD COMMENT
Topic
Name
9+9 =