Image Processing - 04 Reading and writing an image part 1

preview_player
Показать описание
We'll learn how to read an image with c++ programming.

Рекомендации по теме
Комментарии
Автор

You spend almost no time explaining how the code corresponds to what is happening in the actual image processing. To anyone viewing these videos I would direct you to other tutorials online. Throughout this video you just merely murmur what you are typing on the computer screen.

robertsampson
Автор

@Jelou I want to pass an image read in C++ then drag it to google and find similar photos...can you give me some advice ? Thanks !

RealEyes
Автор

Thanks for your kind tutorials, I'm doing some image processing and I started with your videos to learn this skill.

I'm having an error with this command " ./main filename.pgm"
I get this error message: "make: ./main: No such file or directory"!

could you please advise?

busultanahmed
Автор

Hi! Your tutorial is great. I was wondering if you could just explain as to why you have 9 switch cases in Imageprocessing.cpp. What is their significant purpose? I tried removing certain cases and the new image was not created. in what way does it affect the Image read/write?

satishkumars
Автор

Good tutorial!!!! but is there any good comprehensive book on that? please?

saimhassan
Автор

It's giving me segmentation error

gauravrathod