Thanks a lot. Your Positive feedback really means a lot.
@amulyaachar54362 жыл бұрын
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
@QuickCS2 жыл бұрын
Glad you found it useful.
@Ruth-fx5qs3 жыл бұрын
One of best best best best best teachers in the world.. Thank you so much, sir. Really this is a great video.
@QuickCS3 жыл бұрын
Thank you for your kind words
@khushboobaghel65946 жыл бұрын
U really hv such a nice voice not like other tutors.nd ur way of explaining is really amazing to understand this algorithm. Thnkyu
@307gauravlikhar44 жыл бұрын
Please do make videos like this . Well done🔥🔥
@amarashah34306 жыл бұрын
I have jxt no worDz to say how precisely yOu defined it..Petal of thnx:)
@QuickCS6 жыл бұрын
Glad you found it helpful. Please SUBSCRIBE and SHARE it with all your friends who might find it useful. Thank you
@sakshamaggarwal92913 жыл бұрын
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-pz9re3 жыл бұрын
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.
@nishanthandge51924 жыл бұрын
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 🤘🏻🤘🏻🤘🏻
@shubhrabhattacharjee24825 жыл бұрын
Sir your method of explaining topics are fabulous....
@QuickCS5 жыл бұрын
glad you liked it. Do subscribe. Thank you
@swastikmohanty4446 жыл бұрын
Like this video than any other tutorial channel.. 👍
@sajamassimi6173 жыл бұрын
hello thanks for the video but i have a question, the fill and boundary colors must be different?
@QuickCS3 жыл бұрын
Yes, they must be different
@___.itz__.__naazzz.__4 жыл бұрын
Really thanK You Sir🎗
@QuickCS4 жыл бұрын
you are welcome
@sanyuktasen255 жыл бұрын
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?
@debasishkalita39626 жыл бұрын
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.
@MarufShaikhTG5 жыл бұрын
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.
@pallavi45016 жыл бұрын
Sir will you going to do the videos of all the topics in computer graphics
@QuickCS6 жыл бұрын
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
@pallavi45016 жыл бұрын
QuickCS ok thanks sir
@knowledgeKnockerRishabh6 жыл бұрын
yes sir ,we want all topic of cg
@geethasubrahmanion93453 жыл бұрын
clear explanation well presented
@thelazzybug6 жыл бұрын
your videos were of great help...….Thank you
@learntoday16186 жыл бұрын
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.
@amretheshp3206 жыл бұрын
Mallus like here 😎
@KydaeBoyfriend5 жыл бұрын
Yo macha
@thasnishan1233 жыл бұрын
@@KydaeBoyfriend enneyum എത്തിച്ചു 🤣
@cristianoronaldo5084 Жыл бұрын
4 years kazhinno 😮
@asvcreations0076 ай бұрын
After 5 years 😁
@knowledgeKnockerRishabh6 жыл бұрын
very help full video ...thank you so much sir
@sushilkumaryadav39273 жыл бұрын
Thanks for notes sir
@kartikyadav_50314 жыл бұрын
There is 5 parameters in function but at the time of function call u use only 4 parameters...how will this algo work.
@rajendernagunuri85156 жыл бұрын
very nice and simple explanation.
@aplutaplut1764 жыл бұрын
good for my internal exams
@koshysoloman208 Жыл бұрын
Wow 😳 explained very well sir....❤️🫂
@koshysoloman208 Жыл бұрын
In a nutshell
@business-hy3lb6 жыл бұрын
The first point , we can take any point inside the boundary?
@rajalakshminav5 жыл бұрын
Is this the algorithm for changing pixel value of a frame buffer along a line segment? Please clarify.
@QuickCS5 жыл бұрын
this is color filling algorithm to fill some color value in an object.
@rajalakshminav5 жыл бұрын
@@QuickCS Thanks. Pls let me know which is the algorithm for changing pixel value of a frame buffer along a line segment
@QuickCS5 жыл бұрын
@@rajalakshminav i think what you are looking for is image processing algorithm. I don't teach that subject. Sorry.
@rajalakshminav5 жыл бұрын
@@QuickCS Do you have a tutorial for bresenham's line drawing algorithm?
@QuickCS5 жыл бұрын
No
@lav69785 жыл бұрын
very helpful, thanks
@commando88222 жыл бұрын
Can you explain how 5 parameters turned into 4 parameters please??
@QuickCS2 жыл бұрын
That was a mistake in the code. It was an old video. I will update with a new video
@SandeepChetia6 жыл бұрын
Quickcs....Thanks for simple explanation
@rohitchadha83595 жыл бұрын
Sir pls video on aliasing and antialiasing
@deepalakshmanan5566 жыл бұрын
Thanks sir.. it's very useful
@QuickCS6 жыл бұрын
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
@janakrish6154 жыл бұрын
V good
@apporvaarya5 жыл бұрын
nice
@SLAnimalLovers98718 Жыл бұрын
Thank you
@atharvbhosale70946 жыл бұрын
Very Nice..!!!!
@remyakrishnan58245 жыл бұрын
Crystal clear 😁😁
@aspirantidea95703 жыл бұрын
thank you sir
@areejabdu31255 жыл бұрын
well done in explanation !!!
@sanzayy6 жыл бұрын
thanks bro very useful
@QuickCS6 жыл бұрын
you are welcome. PLEASE SUBSCRIBE.:-)
@RaushanKumar-rd7we6 жыл бұрын
GREAT JOB SIR
@QuickCS6 жыл бұрын
Please Subscribe and share with your friends. Thank you
@omkarbarge51036 жыл бұрын
nice work bro
@QuickCS6 жыл бұрын
+omkar barge glad you found it useful. Subscribe and share with your friends. Thank you 😃
@carlevins13022 жыл бұрын
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.
@ipizza99412 ай бұрын
it works. it is a dfs approach, although as far as I know, that problem shouldn't actually occur if implemented correctly.
@pd99Happy5 жыл бұрын
Nice
@remyakrishnan58245 жыл бұрын
Sooper sr
@Salman-rv6tg6 жыл бұрын
Thanks bro
@krishnapriyan92225 жыл бұрын
👍👌
@ShubhamSharma-ks7vd2 жыл бұрын
😌😌
@SunilKumar-fc6yz6 жыл бұрын
Hindi plzzz
@QuickCS6 жыл бұрын
Already made a video in hindi: kzbin.info/www/bejne/bX7UZINslK2orqM If you like, please subscribe.