vision-hw0 icon indicating copy to clipboard operation
vision-hw0 copied to clipboard

The 0th homework for computer vision.

Results 7 vision-hw0 issues
Sort by recently updated
recently updated
newest added

Hello, I am very enthusiastic about learning computer vision so I checked a couple of courses and someone personally recommended yours. Hence, I watched the 7 of the lectures and...

On executing make command, it is showing the following error, make: *** No rule to make target 'obj/load_image.o', needed by 'libuwimg.so'. Stop.

Hi Joseph, Thank you and your team for the great course. I'm trying to solve the extra problem "rgb to HCL". I think I found relevant materials for the task:...

runfile('E:/Masters/6 sem/CV/RGB-HSV/vision-hw0-master/uwimg.py', wdir='E:/Masters/6 sem/CV/RGB-HSV/vision-hw0-master') Traceback (most recent call last): File "E:\Masters\6 sem\CV\RGB-HSV\vision-hw0-master\uwimg.py", line 5, in import openslide File "C:\Users\thond\AppData\Local\Programs\Python\Python36\Lib\site-packages\openslide\__init__.py", line 29, in from openslide import lowlevel File "C:\Users\thond\AppData\Local\Programs\Python\Python36\Lib\site-packages\openslide\lowlevel.py", line 41,...

Translated on russia

C:\Users\페드로\Desktop\vision-hw0-master>make gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o process_begin: CreateProcess(NULL, gcc -Iinclude/ -Isrc/ -Wall -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -c ./src/load_image.c -o obj/load_image.o, ...) failed. make...

Hi there, Big fan of the course so far. One note. In the README, it shows this code `set_pixel(im, row, col, 0, 0)` But the actual code (correctly) has `set_pixel(im,...