Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ela.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,5 @@ int main(int argc, char** argv) {
}

imwrite("ela_implemented_img.jpg",elaResult_img);
// This is a barebones implementation of the ELA algorithm and gives a good result on different images


}