I've been a graphic designer for years and never thought of RGB so deeply before! Thank you!
@PythonSimplified4 жыл бұрын
Me too! I've only realized the complexity of images once I've built my first classifier neural network, before that - I knew what pixels and vectors are, but I couldn't really translate them into math! The good news is, us designers don't really need to know that because Adobe Illustrator is doing this hard work for us (abbreviated to AI for a reason, no?), but in Machine Learning - it's a must! ;)
@AdamMundok3 жыл бұрын
You did a GREAT job explaining as a teacher. Keep up the great work and vids, and thanks for making and sharing!! 🙌🏼
@ChristopherOBrienPSU Жыл бұрын
Wow, I love the way that you explain things in easy to understand concepts and language. Keep it up!
@DeepuKumar-mp4hl Жыл бұрын
The most lucid explanation one can get on youtube
@darwinayrtonespejoquintana7507 Жыл бұрын
Great explanation !! I was a little confused at first, but now I understand this subject better.
@justiccoolman1816 Жыл бұрын
Btw. at 4:59, the calculation is right, but unneccessary complicated: 85% of 256 is just 256 * 0,85. Calclating a percentage is really easy: Just shift the comma two digits to the left (which is equivalent to devide by 100) and multiplicate that result with the amount u need the percentage from.
@martinoolivieri37792 жыл бұрын
Thanks a lot ! Clear and complete description. I have solved a important issue for my exam in Artificial Neuronal Network at Uni Trento - Italy.
@neelsamshah3 жыл бұрын
Great explanation and graphics! Thank you!
@PythonSimplified3 жыл бұрын
Thank you so much Sameer! glad you liked it! 😊
@h7opolo Жыл бұрын
thank you! this was very informative and pleasant to listen to.
@jyoshnabejjam49833 жыл бұрын
Im an indian thank u very much Ur video helped me to clear all my doubts
@PythonSimplified3 жыл бұрын
Thank you Jyoshna! I'm glad I could help! 😃
@trippy74154 жыл бұрын
Great tutorial! Now I understand everything!
@PythonSimplified4 жыл бұрын
That's awesome! thank you so much!! :)
@mchess71572 жыл бұрын
That's great. I think this is exactly what I was looking for even though I didn't realize that. Some time ago I was working on a project that was supposed to enable automatic straightening of scans (I don't know if this is the correct term 🤔). I used the Pillow library for this to be able to iterate through the pixels in the selected axis and find the points in which text appeared on the basis of the color of the pixels. After finding several points the program could calculate the angle by which the image should be rotated. The results were in fact quite good. But the whole process lasted long. And from time to time the program landed in the empty space between the lines of text and couldn't find any darker pixel and was falling into a loop. I suppose that converting an image into a matrix and using numpy should be a much more effective and faster way. I'm so excited. I can't wait to try it in practice. Fantastic video. Thanks
@josholin312 жыл бұрын
How goes putting it into practice? With your original method, I'd probably start closer to the center and work your way out. Rather than work your way inwards. - Less pixels to initially compare. But I'd definitely figure out the max used rgb / gray before doing so. And count how many similar pixels there are, to allow a tolerance + cap based on how many pixels it scanned through the width. Otherwise, it would needlessly rotate it when it reached a letter with a tail, like "g" or "y". - Could probably just rotate it up to 180 (original image or distortion) to see if it sees more of the background color on the width. And if it doesn't, it searches a wider area. (Also larger angle differences near the start and use a fraction of it as it goes out until hear area, would probably be best... also maybe a check to see if there is more background pixels initially within the new area before it tries rotating) But yeah, I've been working on a program to make an image into a bunch of algorithms. To compress an image. Most image formats have "filters" to decrease space but they neglect some patterns for speed. And I've been avoiding looking into matrices for far too long - hated them in school. But I think they are definitely the answer to analyze data. Although I'll add an observation, when I separated an image by rpga values, it took much more time when 0ing out values by matrix, rather than using merge with a new black image. I think it has to do with getdata / putdata... processor wasn't working that hard so I think it was the method of retrieving data and then writing it. - today I'm going to see how quick matrices are to search through. It definitely avoids a bunch of loops so is quicker. But I'm going to avoid using putdata/getdata whenever possible. - Using it only when analysis is necessary. (Have a very low end laptop for programming since I want to make efficient code.) Sorry needed to organize my thoughts. Helps when I think someone else might read it.
@aristideregal3 жыл бұрын
Best teacher ever!
@rohithperumandla43023 жыл бұрын
I've been searching for this explanation and finally found
@AlexanderRodriguez-cursos4 жыл бұрын
Congratulations, Excelent explanation with good illustrations
@PythonSimplified4 жыл бұрын
Thank you! I'm glad you liked it :)
@VishalSingh-mi8je4 жыл бұрын
never seen anything better than this : )
@PythonSimplified4 жыл бұрын
Wow, thank you so much Vishal! :D
@bolhasani2 жыл бұрын
Really informative and interesting. Many thanks for sharing your great knowledge and experience. It's admirable.
@jpinheiro7523 Жыл бұрын
Sua pronúncia é incrível aprendo muito com você fora que você é linda 🎉👏👏👏👏👏
@nehalkalita1 Жыл бұрын
Really good presentation.
@SastaYoutubian3 жыл бұрын
I really like you and also the way of explaining
@constantincostea28233 жыл бұрын
She is super smart, beautiful, relevant and funny. I promise :)
@faisalee Жыл бұрын
I loved that “I promise” 😄
@chiranjeebroychowdhury77593 жыл бұрын
Nice elementary video on images. In my experience, I have come across people with little to no knowledge of raster or vector images, or the different color models (RGB, CMY, HSI, etc.). Many UI designers just use online color palettes and color pickers to put different colors!
@kuaranir24402 жыл бұрын
Fantastic explanation👍
@nikluz38072 жыл бұрын
Not only well explained, but the presentation is excellent. What program do you use to make presentations like this? They’re so clean!
@wassel3273 жыл бұрын
Underrated content
@stemcell11222 Жыл бұрын
It worked, my brain got bigger but not where I wanted it to! XD Too disctracted by talent, too much talent!
@MicheleTorbak3 жыл бұрын
I like the explanation. Plus very useful. Thank you
@agx11111 ай бұрын
1. binary = 0-1 2. grey scale = 0 -255 3. rgb - all red green blue got their different grey scale values red = 0 - 255 green = 0- 255 blue = 0-255 so total three
@md.musfiqurrahaman86123 жыл бұрын
Amazing explanations!
@hazirahmuslim4 жыл бұрын
This is a detailed and good video! Thank you!
@PythonSimplified4 жыл бұрын
Thank you! 😃
@jooyichen3 жыл бұрын
Hello ma'am, just want to ask for your advice. I've been given a task to in my programming class which I was unable to do. 1st step I've accomplished - txtfile full of floats > into Ndarrays > into matlotlib > savefig image 2nd step I couldn't do ( done in reverse ) - from a png or jpeg > imread to ndarrays > Back to *floating arrays* I don't know why my arrays are all 255 and 0. The task was to produce arrays with values 0.654646 for example, then saved to a textfile. Thank you.
@PythonSimplified3 жыл бұрын
I believe it's a matter of conversion from one colour format to another, but it's difficult to tell without seeing the code and which images you're testing it on... Realistically if your values are between 0 - 255 maybe try dividing each value by 256 to get floating point numbers, this might solve it but I don't know if I fully understood the task 😊
@AliHassan-wc6nb2 жыл бұрын
@@PythonSimplified so nice of you to answer trying answering this!!
@okabirintaro9763 жыл бұрын
the explication is so gooood , thak you ,(also you are beautiful)
@PythonSimplified3 жыл бұрын
Thank you Okabi! Glad you liked it! 😀
@emiliomartineziii29806 ай бұрын
She’s a genius supermodel! She’s superior to the rest of us :)
@sprecmoles3 жыл бұрын
Hello, first of all, thank you very much for the video. I couldn't find an answer to this question in your video, can you please answer? " What is the relationship between matrices and image processing ? " . Thank you from now :)
@louaykhammar72682 жыл бұрын
great explanation
@mahdishadroh16433 жыл бұрын
hi im from iran thank you so much your video answered all my questions you are beautifule im subscribing you right now
@ankitkumardip906 ай бұрын
Thank you so much ❤ 😊
@asmodeus43103 жыл бұрын
Your channels the best
@maximesamara Жыл бұрын
Hello! Could you please tell me what type of editor did you use in this video? Thanks a lot
@sam2718e2 жыл бұрын
10:28 all good, but these are not the three dimensions. The third dimension is depth which allows to store more than one 2d matrix.
@foustcor2 жыл бұрын
terrific!! thank you!
@Jriad3 жыл бұрын
15% black is 85% white = 0.85*256 = 218 easier to understand i think
@mithunchandrasaha4033 жыл бұрын
Nice Explanation.Madam
@PythonSimplified3 жыл бұрын
Thank you Mithun! Glad you liked it! 😁
@KJ7JHN2 жыл бұрын
Do you have a python or java video on filtering specific colors? As an example, load image, cycle through x by y for 00FFA6 output result? And the next question is how would you do this for a web cam feed? Thank you! Keep up the great content.
@csp4052 жыл бұрын
4:23 The correct way to math it is 256/100 = 2.56 * 15 = 38.4 255 - 38 = 217 And I have no idea what does 100 divided by 85 = 1.176 256/1.176 to do with 15 %
@BanothAnusha-hv4qn8 ай бұрын
thank you madam so mach for understanding concept over teacher teaches i cant understand know i understand
@rahulranjan86822 жыл бұрын
great. but just one doubt. why the intensity ranges from 0 to 255 why not other number as 511 or 1023?
@SohailKhan-rw2gb4 жыл бұрын
i install open cv but cv2 is not working, please help. i says about version error. So which version will work, and if i change python version will it uninstall all other installed numpy, pandas atc? i have problem dear, i even not reading image.
@PythonSimplified4 жыл бұрын
Hi Sohail! 😀 Did you recently upgrade to Python 3.9 by any chance? you may be experiencing issues with several libraries in this case, as this version of Python is brand new and some of the packages are not integrated yet (including PIL by the way, I have a few viewers who had to go back to 3.8 to get it to work). As to your second question, if you installed your Python inside a virtual environment - you don't need to override anything. Just create a brand new virtual environment and install a different version of Python (and it's dependencies) inside it. That way you can have multiple versions of Python installed on your computer at once and you can jump from one environment to another very easily. If you installed Python with Anaconda, checkout my video where I explain how to create a new environment: kzbin.info/www/bejne/fIuYk5Slpa6So9E If you didn't use Anaconda, checkout these instructions on how and why you should consider working with virtual environments 😁: www.geeksforgeeks.org/python-virtual-environment/#:~:text=A%20virtual%20environment%20is%20a,of%20the%20Python%20developers%20use.
@SohailKhan-rw2gb4 жыл бұрын
Hi python simplified 🤠 Thanks for such a sincere reply. You exactly said right. I am new to python. I need help from person like you much. I am lonely learning it, as I spent 3 days in just installing keras. I have installed 3.8.3 python version, is this still not suitable version? if you have any link related3.8 please give it. I will do the same as you said, Love you much. I am going to watch your video related environment. And yes I have installed Anaconda snake. ( But it is stinging me from few days)🐍😃. Thanks again. Can I mail you the shots of my python error. That will help me alot.
@SohailKhan-rw2gb4 жыл бұрын
I faced this issue when I told my friend cN we convert image into math. He said it very hard., but we did through python. But we did it with their own laptop. When I was going to do it with my own laptop, it wasn't happening due to opencv issue. Is there any code to convert image to matrix without opencv.
@PythonSimplified4 жыл бұрын
@@SohailKhan-rw2gb hahaha Python 3.8 is great, that's the version I'm using so you shouldn't experience any issues if you follow the instructions of the Python installation video I sent you. In terms of Keras... I recommend learning much more about Python before you dive into this. This is not a beginners module and you will waste lots of time tying to understand it. It's like getting your drivers license for the first time and instead of driving an old Toyota - you go for Lamborghini. Machine Learning is not an easy task to understand, but it's easier with experience. Open CV and Pillow (PIL) are really good in terms of image processing, they are both great for image conversion. If you'd like to send me a screenshot you can either do this through LinkedIn: www.linkedin.com/in/mariyasha888 or through my new Facebook page: facebook.com/PythonSimplified
@madslug71394 жыл бұрын
Awesome vid as usual!
@PythonSimplified4 жыл бұрын
Thank you so much for the support Dan!! :)
@sadaamashraf62883 жыл бұрын
Good work
@munivoltarc Жыл бұрын
today u look beautiful, great learning from you on python
@RiturajGhoshTech3 жыл бұрын
Hey, can you explain the steps of RIP in detail?
@stephenlittman3 жыл бұрын
Smart and beautiful
@athulyajayakrishnan86943 жыл бұрын
Thank you so much
@rbk000064 жыл бұрын
Awesome video but why did you changed your background music u know that mr bean music..i liked it very much
@PythonSimplified4 жыл бұрын
Thank you so much! :) I though I've used the same music, no? It should be Creeping Spiders from the KZbin gallery but now I'm not sure hahaha XD
@Yaya-hr9ho3 жыл бұрын
is there any app, software or website for color to matrix converter?
@velumaniramasamy45872 ай бұрын
Thank you madam
@solomondeveloper Жыл бұрын
Nice to meet you. 😊 Since I can't see your nose ring, it shows that you are even more beautiful. ~ 😄👍
@jituonline4u3 жыл бұрын
is it same like correlation pearson heatmap ?
@mohamedabdelbaset67693 жыл бұрын
Try to make intro longer please😂😂
@samsonmakumbe73887 ай бұрын
thanks😁
@davidtindell9503 жыл бұрын
Thank You Again ! Also, Amazing how great are the images from Perseverance after landing on Mars this week !!!
@joeldavidalcantaraportes5373 жыл бұрын
jjjjjjjjjjj
@topjeeneethindi10643 жыл бұрын
I don’t what should I appreciate first You or Code?
@dibbyabarua94994 жыл бұрын
cool video
@PythonSimplified4 жыл бұрын
Thank you! :)
@tersintech67793 жыл бұрын
Great! cheers.
@haboubikhouloud50603 жыл бұрын
hi can you give me the program that image has smile thank you
@azizelmajdoubi3 жыл бұрын
Thank u i understand nowww
@electricelectric5224 Жыл бұрын
How i can to send it to plc please
@philtoa3343 жыл бұрын
Thank , it s nice.
@s.aadhithiyan90223 жыл бұрын
How to do the vice versa?
@shahriaralom45473 жыл бұрын
thank you mam
@topgearIQ9 ай бұрын
How do you do
@aquahydroman76234 жыл бұрын
I only thought thier was 50 shades of grey..... not 250....
@PythonSimplified4 жыл бұрын
I guess Hollywood does a better job with marketing than mathematicians 🤣
@shinymp76913 жыл бұрын
Nice
@sajibbiswas77092 жыл бұрын
Python absolutely beginner video where??
@justnivek43452 жыл бұрын
Kay fine but it doesn't explain how to do it on Python, it's only the theoric part
@greenpumpkin1723 жыл бұрын
I wouldn't call it a 3 dimensional matrix, but a tensor though. Tensors are generalizations of vectors and matrices.
@ayachibassem86423 жыл бұрын
the best explanation I've seen, thanks my pretty teacher, you are so attractive
@surkewrasoul4711 Жыл бұрын
😍
@xxaqploboxx3 жыл бұрын
Im in love
@drizer4real2 жыл бұрын
I love that woman. End of discusion. Sorry if that makes me a sexist pig or if it is inappropriate.
@csp4052 жыл бұрын
0:11 ice humans??
@__________________________69102 жыл бұрын
I'm also back
@tejaspatil39782 жыл бұрын
this exactly happens in CNN right..?
@senjuchidori94483 жыл бұрын
Lets face it guys, you're not here to learn Python, lets face guys ....... @@
@MisterYoupinet3 жыл бұрын
I'!m here to learn python
@RasamAsrani2 жыл бұрын
I think I have a crush on you!
@rforrohitarorasirclasses65003 жыл бұрын
Nice content my channel name is r for rohit arora sir classes