Adding programming and image processing challenges
This commit is contained in:
6
ImageProc/Coins.md
Normal file
6
ImageProc/Coins.md
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
## Loose change ##
|
||||
|
||||
In this problem, use your favourite image processing library/framework and
|
||||
programming language of your choice to mark out the coins in the image coin.jpg.
|
||||
The output should be an image file with the coins highlighted (e.g. circled in green color).
|
||||
5
ImageProc/FlyingMan.md
Normal file
5
ImageProc/FlyingMan.md
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
## The Flying Man ##
|
||||
|
||||
In this problem, use your favorite image processing library/framework and
|
||||
choice of programming language to crop out the man from the image flyingman.jpg.
|
||||
13
ImageProc/Smears.md
Normal file
13
ImageProc/Smears.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
## Blood Smears ##
|
||||
|
||||
smear[1-3].jpg are blood smear sample images. <br/>
|
||||
A standard blood test involves
|
||||
counting different kinds of cells by a human looking at smear glass slides
|
||||
under a microscope. <br />
|
||||
In this problem, use your favourite image processing library/framework and programming language of choice to detect the number of red blood cells present in the image smear3.jpg and segment out white blood cells (blue colored objects), if present.
|
||||
<br />
|
||||
Output should be a count of red blood cells and cropped out images of WBCs.
|
||||
|
||||
<br />
|
||||
(Hint: Use circular hough transform for counting, before counting use image enhancement methods to improve image quality)
|
||||
BIN
ImageProc/coins.jpg
Normal file
BIN
ImageProc/coins.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
ImageProc/flyingman.jpg
Normal file
BIN
ImageProc/flyingman.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 23 KiB |
BIN
ImageProc/smear1.jpg
Normal file
BIN
ImageProc/smear1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 212 KiB |
BIN
ImageProc/smear2.jpg
Normal file
BIN
ImageProc/smear2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
ImageProc/smear3.jpg
Normal file
BIN
ImageProc/smear3.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 529 KiB |
9
Prog/kata.md
Normal file
9
Prog/kata.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
## Practice Problems ##
|
||||
|
||||
Use a programming language you are most comfortable wtih and develop a program
|
||||
to solve at least Part 1 and 2 of the exercise mentioned on this page.
|
||||
|
||||
http://codekata.com/kata/kata04-data-munging/
|
||||
|
||||
Include sufficient unit tests that can be run independently.
|
||||
Reference in New Issue
Block a user