Тёмный

Tutorial 04 - Appreciating the simplicity of python 

ZEISS arivis
Подписаться 12 тыс.
Просмотров 14 тыс.
50% 1

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 26   
@ghaliahmed
@ghaliahmed 2 года назад
i never see before a professional teach like you, it's just wonderful!!!!!!
@md.tauhidorrahaman5417
@md.tauhidorrahaman5417 2 года назад
One of the best teacher in my life. Thank you so much sir. Your effort is a great contribution to the science, research and education.
@赛尼木
@赛尼木 2 года назад
I like your teaching style, very good explained. Thank you so much.
@domenicodifraia7338
@domenicodifraia7338 3 года назад
This is pure gold.
@provfx7834
@provfx7834 3 года назад
Sir my error is ": ModuleNotFoundError: No module named 'skimage'
@ZEISS_arivis
@ZEISS_arivis 3 года назад
It means you do not have the required library (skimage) that you are trying to import. Normally, you install a python package using pip command from the console. For skimage you do: pip install scikit-image For more information on this package: scikit-image.org/docs/dev/install.html
@pavankumarjinde9075
@pavankumarjinde9075 2 года назад
i am not getting the image output on my console, i get only this: " RuntimeWarning: Images with dimensions (M, N, 3) are interpreted as 2D+RGB by default. Use `multichannel=False` to interpret as 3D image with last dimension of length 3. gaussian_image = filters.gaussian(img,sigma=2)", what should i do?
@ZEISS_arivis
@ZEISS_arivis 2 года назад
Are you working with a 3D dataset or with RGB (color) image? In either case, please have a look at your gaussian_image array and understand the dimensions and data type. If the dimensions are same as the input image (e.g. M,N,3) then you know the filter worked. Try a different image and see if the same problem persists.
@moinulhoque2160
@moinulhoque2160 4 года назад
This is really great series. Can we get the image file so that we can follow the instructions?
@ZEISS_arivis
@ZEISS_arivis 4 года назад
Images can be difficult to share as we do not always own them. You can find useful images by searching online.
@youssefalaa6778
@youssefalaa6778 3 года назад
Thank you for your efforts... Currently, I am facing a problem (FileNotFoundError: No such file) how to fix it, please?
@ZEISS_arivis
@ZEISS_arivis 3 года назад
Please check the path to the file.
@sciencetime4176
@sciencetime4176 3 года назад
Sir in my computer after Gaussian filter final image not show. I am use spider as you tell in video 5. Please help me
@ZEISS_arivis
@ZEISS_arivis 3 года назад
Are you using plt.imshow to view the image?
@tilkesh
@tilkesh 2 года назад
ధన్యవాదాలు
@bipulsingh6232
@bipulsingh6232 2 года назад
what is sigma =2 why we are using
@kentykatele4353
@kentykatele4353 2 месяца назад
am straggling to get the right file path and get the picture read in the spyder environment. any help will be highly appriciated. here is the error am getting FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\USER - PC\\.spyder-py3\\image\\picture.tiff'
@JAIRAM-hg8en
@JAIRAM-hg8en 3 года назад
Hi sir.. thank you for your wonderful lectures.. i m getting error that no such file or directory, i tried many times but couldn't correct it.. pls help me
@ZEISS_arivis
@ZEISS_arivis 3 года назад
This means the location where you are executing the code and the file locations you defined are not reachable. Please make sure you are in the right directory (by typing 'pwd' without quotes in the python interpreter). Then make sure the path to file is properly given. These are initial growing pains with coding but I am sure you'll get over it soon.
@JAIRAM-hg8en
@JAIRAM-hg8en 3 года назад
@@ZEISS_arivis thank you sir.. i rectified that error..
@arindamdebnath9693
@arindamdebnath9693 3 года назад
Do I need image processing subject knowledge?
@ZEISS_arivis
@ZEISS_arivis 3 года назад
I try to walk you through some image processing basics but it always helps if you fill gaps in your knowledge by learning ore about it from other sources.
@muhammadshurahbeel6743
@muhammadshurahbeel6743 3 года назад
Can you share the images or dataset working on with us ?
@ZEISS_arivis
@ZEISS_arivis 3 года назад
Most images are copy protected so we do not have the liberty to share. In addition, we make sure that our tutorials do not use any special format images so you can use any of your own images.
@muhammadshurahbeel6743
@muhammadshurahbeel6743 3 года назад
@@ZEISS_arivis Ok
Далее