boundary fill algorithm in computer graphics

  Рет қаралды 71,441

QuickCS

QuickCS

Күн бұрын

Пікірлер: 81
@supratiksen7112
@supratiksen7112 6 жыл бұрын
All in a nutshell , well done
@QuickCS
@QuickCS 6 жыл бұрын
Thanks a lot. Your Positive feedback really means a lot.
@amulyaachar5436
@amulyaachar5436 2 жыл бұрын
I never understood a single thing my lecture did she nearly did this topic for over an hour but this 9:27 min video covered her whole effort of hour lecture. Thank you sir
@QuickCS
@QuickCS 2 жыл бұрын
Glad you found it useful.
@Ruth-fx5qs
@Ruth-fx5qs 3 жыл бұрын
One of best best best best best teachers in the world.. Thank you so much, sir. Really this is a great video.
@QuickCS
@QuickCS 3 жыл бұрын
Thank you for your kind words
@khushboobaghel6594
@khushboobaghel6594 6 жыл бұрын
U really hv such a nice voice not like other tutors.nd ur way of explaining is really amazing to understand this algorithm. Thnkyu
@307gauravlikhar4
@307gauravlikhar4 4 жыл бұрын
Please do make videos like this . Well done🔥🔥
@amarashah3430
@amarashah3430 6 жыл бұрын
I have jxt no worDz to say how precisely yOu defined it..Petal of thnx:)
@QuickCS
@QuickCS 6 жыл бұрын
Glad you found it helpful. Please SUBSCRIBE and SHARE it with all your friends who might find it useful. Thank you
@sakshamaggarwal9291
@sakshamaggarwal9291 3 жыл бұрын
Nice explanation, but I have a doubt. In 4 connected pixel method, the boundaryFill4 is a recursive function. It will call itself again for left point. And then it will colour the top-left and bottom-left pixel of our original(center) point in that recursive call. So, how can we say that only 4 adjacent pixels are coloured?
@DJ-pz9re
@DJ-pz9re 3 жыл бұрын
Yep. His example was wrong. You can take the case when you have a partition of boundary in between the two areas, where you want to fill color. for e.g. ____________ | | | Reg 1 | | | ------------------- -------------------- | | | Reg 2 | | | --------------------- Let's say you have to fill color in region 1 and region 2, and you start from region 1, then using 4 fill algo, you won't be able to reach to region 2.
@nishanthandge5192
@nishanthandge5192 4 жыл бұрын
Bro you done a fantastic job in explanation. But you should also explain how recursion will work in filling the polygon because it was the main point of the algorithm. But anyways great effort 🤘🏻🤘🏻🤘🏻
@shubhrabhattacharjee2482
@shubhrabhattacharjee2482 5 жыл бұрын
Sir your method of explaining topics are fabulous....
@QuickCS
@QuickCS 5 жыл бұрын
glad you liked it. Do subscribe. Thank you
@swastikmohanty444
@swastikmohanty444 6 жыл бұрын
Like this video than any other tutorial channel.. 👍
@sajamassimi617
@sajamassimi617 3 жыл бұрын
hello thanks for the video but i have a question, the fill and boundary colors must be different?
@QuickCS
@QuickCS 3 жыл бұрын
Yes, they must be different
@___.itz__.__naazzz.__
@___.itz__.__naazzz.__ 4 жыл бұрын
Really thanK You Sir🎗
@QuickCS
@QuickCS 4 жыл бұрын
you are welcome
@sanyuktasen25
@sanyuktasen25 5 жыл бұрын
Nice explanation.. but i have one question.while defining the function you passed 5 arguments. But at the time of calling the function only four arguments are passed. Will it work properly? Won't it create any ambiguity?
@debasishkalita3962
@debasishkalita3962 6 жыл бұрын
I have a doubt that there are 5 arguments in the function named as boundaryfill8/4, but you are passing here 4 arguments during the recursive function call every time, is it right? please do explain.
@MarufShaikhTG
@MarufShaikhTG 5 жыл бұрын
Yeah that seems be a mistake. No you cannot pass 4 values to a function with 5 arguments, unless its overloaded which this doesn't seem to be.
@pallavi4501
@pallavi4501 6 жыл бұрын
Sir will you going to do the videos of all the topics in computer graphics
@QuickCS
@QuickCS 6 жыл бұрын
Pallavi Pallu I will try to cover as many topics as I can. If you want some topic to be covered, you can ask me in the comments. Thank you. Subscribe
@pallavi4501
@pallavi4501 6 жыл бұрын
QuickCS ok thanks sir
@knowledgeKnockerRishabh
@knowledgeKnockerRishabh 6 жыл бұрын
yes sir ,we want all topic of cg
@geethasubrahmanion9345
@geethasubrahmanion9345 3 жыл бұрын
clear explanation well presented
@thelazzybug
@thelazzybug 6 жыл бұрын
your videos were of great help...….Thank you
@learntoday1618
@learntoday1618 6 жыл бұрын
Your notes are very helpful, I come to your channel for notes only, but if you add more images and define with the help of those images it would be great. Next i would like to see the font a little small and changed background color. well i was here for knowledge, but getting knowledge in fun way is quite appealing, Thanks for the content you provide but make some changes.
@amretheshp320
@amretheshp320 6 жыл бұрын
Mallus like here 😎
@KydaeBoyfriend
@KydaeBoyfriend 5 жыл бұрын
Yo macha
@thasnishan123
@thasnishan123 3 жыл бұрын
@@KydaeBoyfriend enneyum എത്തിച്ചു 🤣
@cristianoronaldo5084
@cristianoronaldo5084 Жыл бұрын
4 years kazhinno 😮
@asvcreations007
@asvcreations007 6 ай бұрын
After 5 years 😁
@knowledgeKnockerRishabh
@knowledgeKnockerRishabh 6 жыл бұрын
very help full video ...thank you so much sir
@sushilkumaryadav3927
@sushilkumaryadav3927 3 жыл бұрын
Thanks for notes sir
@kartikyadav_5031
@kartikyadav_5031 4 жыл бұрын
There is 5 parameters in function but at the time of function call u use only 4 parameters...how will this algo work.
@rajendernagunuri8515
@rajendernagunuri8515 6 жыл бұрын
very nice and simple explanation.
@aplutaplut176
@aplutaplut176 4 жыл бұрын
good for my internal exams
@koshysoloman208
@koshysoloman208 Жыл бұрын
Wow 😳 explained very well sir....❤️🫂
@koshysoloman208
@koshysoloman208 Жыл бұрын
In a nutshell
@business-hy3lb
@business-hy3lb 6 жыл бұрын
The first point , we can take any point inside the boundary?
@rajalakshminav
@rajalakshminav 5 жыл бұрын
Is this the algorithm for changing pixel value of a frame buffer along a line segment? Please clarify.
@QuickCS
@QuickCS 5 жыл бұрын
this is color filling algorithm to fill some color value in an object.
@rajalakshminav
@rajalakshminav 5 жыл бұрын
@@QuickCS Thanks. Pls let me know which is the algorithm for changing pixel value of a frame buffer along a line segment
@QuickCS
@QuickCS 5 жыл бұрын
@@rajalakshminav i think what you are looking for is image processing algorithm. I don't teach that subject. Sorry.
@rajalakshminav
@rajalakshminav 5 жыл бұрын
@@QuickCS Do you have a tutorial for bresenham's line drawing algorithm?
@QuickCS
@QuickCS 5 жыл бұрын
No
@lav6978
@lav6978 5 жыл бұрын
very helpful, thanks
@commando8822
@commando8822 2 жыл бұрын
Can you explain how 5 parameters turned into 4 parameters please??
@QuickCS
@QuickCS 2 жыл бұрын
That was a mistake in the code. It was an old video. I will update with a new video
@SandeepChetia
@SandeepChetia 6 жыл бұрын
Quickcs....Thanks for simple explanation
@rohitchadha8359
@rohitchadha8359 5 жыл бұрын
Sir pls video on aliasing and antialiasing
@deepalakshmanan556
@deepalakshmanan556 6 жыл бұрын
Thanks sir.. it's very useful
@QuickCS
@QuickCS 6 жыл бұрын
Deepa Lakshmanan glad you found it useful. Make sure you Subscribe!!. Also Check out the new video on flood fill Algorithm: kzbin.info/www/bejne/bZ28aIqjeNtjq6c
@janakrish615
@janakrish615 4 жыл бұрын
V good
@apporvaarya
@apporvaarya 5 жыл бұрын
nice
@SLAnimalLovers98718
@SLAnimalLovers98718 Жыл бұрын
Thank you
@atharvbhosale7094
@atharvbhosale7094 6 жыл бұрын
Very Nice..!!!!
@remyakrishnan5824
@remyakrishnan5824 5 жыл бұрын
Crystal clear 😁😁
@aspirantidea9570
@aspirantidea9570 3 жыл бұрын
thank you sir
@areejabdu3125
@areejabdu3125 5 жыл бұрын
well done in explanation !!!
@sanzayy
@sanzayy 6 жыл бұрын
thanks bro very useful
@QuickCS
@QuickCS 6 жыл бұрын
you are welcome. PLEASE SUBSCRIBE.:-)
@RaushanKumar-rd7we
@RaushanKumar-rd7we 6 жыл бұрын
GREAT JOB SIR
@QuickCS
@QuickCS 6 жыл бұрын
Please Subscribe and share with your friends. Thank you
@omkarbarge5103
@omkarbarge5103 6 жыл бұрын
nice work bro
@QuickCS
@QuickCS 6 жыл бұрын
+omkar barge glad you found it useful. Subscribe and share with your friends. Thank you 😃
@carlevins1302
@carlevins1302 2 жыл бұрын
yea this doesnt work, not in c++ anyway. Did any of the commentors actually code this out and test it?? Assuming you can work your way past the 5 parameters needed for the function and only 4 parameters getting passed to the recursions, it still doesn't work and causes a stack overflow.
@ipizza9941
@ipizza9941 2 ай бұрын
it works. it is a dfs approach, although as far as I know, that problem shouldn't actually occur if implemented correctly.
@pd99Happy
@pd99Happy 5 жыл бұрын
Nice
@remyakrishnan5824
@remyakrishnan5824 5 жыл бұрын
Sooper sr
@Salman-rv6tg
@Salman-rv6tg 6 жыл бұрын
Thanks bro
@krishnapriyan9222
@krishnapriyan9222 5 жыл бұрын
👍👌
@ShubhamSharma-ks7vd
@ShubhamSharma-ks7vd 2 жыл бұрын
😌😌
@SunilKumar-fc6yz
@SunilKumar-fc6yz 6 жыл бұрын
Hindi plzzz
@QuickCS
@QuickCS 6 жыл бұрын
Already made a video in hindi: kzbin.info/www/bejne/bX7UZINslK2orqM If you like, please subscribe.
@mashida9794
@mashida9794 3 жыл бұрын
Suer
flood fill algorithm in computer graphics
7:52
QuickCS
Рет қаралды 61 М.
5.8- Scan Line Polygon Area Filling Algorithm In Computer Graphics
28:06
TutorialsSpace- Er. Deepak Garg
Рет қаралды 99 М.
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 12 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 13 МЛН
Увеличили моцареллу для @Lorenzo.bagnati
00:48
Кушать Хочу
Рет қаралды 9 МЛН
ТВОИ РОДИТЕЛИ И ЧЕЛОВЕК ПАУК 😂#shorts
00:59
BATEK_OFFICIAL
Рет қаралды 7 МЛН
boundary fill algorithm in COMPUTER GRAPHICS IN HINDI
9:22
How I make beautiful GRAPHS and PLOTS using LaTeX
28:46
Dr. Trefor Bazett
Рет қаралды 472 М.
How to STUDY so FAST it feels like CHEATING
8:03
The Angry Explainer
Рет қаралды 1,9 МЛН
DRM explained - How Netflix prevents you from downloading videos?
18:17
Mehul - Codedamn
Рет қаралды 230 М.
Sliding Window Technique - Algorithmic Mental Models
36:45
Ryan Schachte
Рет қаралды 363 М.
The Problem with Time & Timezones - Computerphile
10:13
Computerphile
Рет қаралды 4 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 12 МЛН