Lecture 02 - Filtering - 2014

  Рет қаралды 56,864

UCF CRCV

UCF CRCV

Күн бұрын

Пікірлер: 37
@pedroazevedo3387
@pedroazevedo3387 4 жыл бұрын
You say that is a error on the slide, but there isn't... Because you are placing the right pixel as the middle....
@donfeto7636
@donfeto7636 Жыл бұрын
Python code for histogram , hard coding it can be only 2 lines of code using reval() but it is similar to the slides. m = np.array([10, 20, 255, 6, 8, 25, 25, 9, 8, 7]) m = m.reshape(2, 5) print(m.shape) histo = {} for i in range(m.shape[0]): for j in range(m.shape[1]): if histo.get(m[i, j]): histo[m[i, j]] += 1 else: histo[m[i, j]] = 1 print(histo)
@imperfect_abhi
@imperfect_abhi Жыл бұрын
I think the gradient vector direction formula has a typo. It can be witnessed at around 23:40.
@yffzju3405
@yffzju3405 7 жыл бұрын
where is subtitle?
@PenguinTriedCoding
@PenguinTriedCoding 3 жыл бұрын
Thank you professor for the lecture, very smoothly delivered.
@artikpark2140
@artikpark2140 3 жыл бұрын
Is the reason why 42:31 the image is shifted right because the mask is applied through correlation? And then later 47:06 using the same mask its shifted left because the mask is applied using convolution? Thanks. The reason I'm asking is because in the textbook its shown the same way as in the video at 47:06. I think he just took those images out of context.
@oleggubanov9279
@oleggubanov9279 5 жыл бұрын
For Gaussian Filter Mubarak uses a constant for the standard deviation. He sets it by ha. nd Do we have to compute standard deviation for image intensity in real worldproblems
@jinmingtang1545
@jinmingtang1545 5 жыл бұрын
The C code of the histogram is really concise!
@hamrikada3918
@hamrikada3918 5 жыл бұрын
Hi , have you any article (pdf , html page ...) about filtring images ?
@Berkeozbeek
@Berkeozbeek 4 жыл бұрын
Very helpful, thanks from Turkey!
@shoaibrehman6144
@shoaibrehman6144 3 жыл бұрын
how can I practice what I learnt from these lectures? Is there a link to assignmenets?
@dAdArKpRiNcE85
@dAdArKpRiNcE85 9 жыл бұрын
Lecture 01 is missing and Lecture 6 is duplicated :) and thanks for sharing the lectures!
@mahdinmahboob
@mahdinmahboob 8 жыл бұрын
you can find them all here: crcv.ucf.edu/videos/lectures/2014.php
@dAdArKpRiNcE85
@dAdArKpRiNcE85 8 жыл бұрын
thanks
@gauravbhardwaj1559
@gauravbhardwaj1559 5 жыл бұрын
@@mahdinmahboob it showing an error File not Found
@mahdinmahboob
@mahdinmahboob 5 жыл бұрын
@@gauravbhardwaj1559 the link worked fine 2 years back, but they may have moved it now.
@hongchulnam1630
@hongchulnam1630 5 жыл бұрын
@@gauravbhardwaj1559 www.crcv.ucf.edu/courses/cap5415-fall-2014/ This link works now.
@hamrikada3918
@hamrikada3918 5 жыл бұрын
please ! the article wich the professor teach with it , it is disponible ?? please I want this article ,
@ali-cu1ne
@ali-cu1ne 5 жыл бұрын
I have It just give me any link to send it Gmail whatsapp ....
@bengbeng2005
@bengbeng2005 4 жыл бұрын
@@ali-cu1ne can you send it to me @why not
@ali-cu1ne
@ali-cu1ne 4 жыл бұрын
@@bengbeng2005 give me your gmail
@vishnusingh4118
@vishnusingh4118 4 жыл бұрын
@@ali-cu1ne can u please send me also
@Gevicks24
@Gevicks24 3 жыл бұрын
Excellent presentation .
@iceboy2086
@iceboy2086 8 жыл бұрын
Any write-outs available?
@PakistaniMaterial
@PakistaniMaterial 5 жыл бұрын
20:18 *f(x+1)-f(x-1)* is this fine ?
@nullnull6032
@nullnull6032 5 жыл бұрын
You are the best
@learn2know927
@learn2know927 3 жыл бұрын
how I can make videos like this.... any one having the idea pls help me?
@jsarvesh
@jsarvesh 5 жыл бұрын
lecture slides: crcv.ucf.edu/courses/CAP5415/Fall2012/Lecture-2-Filtering.pdf
@markliang9519
@markliang9519 4 жыл бұрын
34:00
@torrtuganooh2484
@torrtuganooh2484 6 жыл бұрын
Anyone who is having difficulty in understanding please go through the following : mccormickml.com/2013/02/26/image-derivative/
@cooljoe5305
@cooljoe5305 3 жыл бұрын
34:00 Gaussian filter
@ali-cu1ne
@ali-cu1ne 5 жыл бұрын
You are the best
@hamrikada3918
@hamrikada3918 5 жыл бұрын
Hi , have any article about filtering , please i want some article for do my expose !
@ali-cu1ne
@ali-cu1ne 5 жыл бұрын
Give me your email address please
@hamrikada3918
@hamrikada3918 5 жыл бұрын
elkader29hamri@gmail.com , thank you
@davaanyamkhishigdelger3999
@davaanyamkhishigdelger3999 5 жыл бұрын
@@ali-cu1ne hika900416@gmail.com I also want some article, please send me
Lecture 03 Edge Detection
1:10:02
UCF CRCV
Рет қаралды 65 М.
Lecture 04 - Interest Point Detection - 2014
1:01:40
UCF CRCV
Рет қаралды 30 М.
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 42 МЛН
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 109 МЛН
Who’s the Real Dad Doll Squid? Can You Guess in 60 Seconds? | Roblox 3D
00:34
Lecture 05 - Pyramids - 2014
56:52
UCF CRCV
Рет қаралды 23 М.
Lecture 02 - Filtering
1:13:07
UCF CRCV
Рет қаралды 140 М.
Linear Image Filters | Image Processing I
15:44
First Principles of Computer Vision
Рет қаралды 89 М.
NSA Releases Internal 1982 Lecture by Computing Pioneer Rear Admiral Grace Hopper
1:29:36
The Black Vault Originals
Рет қаралды 246 М.
Placebos and Behaviour Change - Rory Sutherland
1:57:58
The Weekend University
Рет қаралды 98 М.
convolution of images
6:54
Alexandre Damião
Рет қаралды 183 М.
Robert Greene: A Process for Finding & Achieving Your Unique Purpose
3:11:18
Andrew Huberman
Рет қаралды 13 МЛН
Lecture 06 - SIFT - 2014
1:35:04
UCF CRCV
Рет қаралды 42 М.
What Happens When Maths Goes Wrong? - with Matt Parker
1:07:34
The Royal Institution
Рет қаралды 3,1 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 42 МЛН