Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 314 Bytes

File metadata and controls

11 lines (8 loc) · 314 Bytes

22-Texture-Classification

  1. Open command Prompt
  2. Change directory using cd to the folder that has main.cpp and DIP_MyHeaderFile.h file
  3. Execute the following commands
   $ g++ -o main main.cpp 
   
   $ ./main [ROW] [COL] [BYTESPERPIXEL] [input 12 image paths] [output energy feature file path]