Skip to content

Commit

Permalink
added Convolution.cpp to src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alqama Shaikh committed Mar 23, 2023
1 parent 62b8e43 commit 3d55034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4_cv_basics/4_convolutions_filtering/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CC = g++
# Defining the name of the object that will be created after using make
PROJECT = Convolution_Filtering
# Linking the Two Files - > Function of convolution.cpp is accessed by main.cpp through header file
SRC = main.cpp convolution.cpp
SRC = main.cpp src/convolution.cpp

# Here Include specifies which directories can be added in the include path of the main.cpp
CFLAGS = -std=c++11 $(shell pkg-config --cflags opencv4) -Iinclude/
Expand Down

0 comments on commit 3d55034

Please sign in to comment.