[Contents] [TitleIndex] [WordIndex

Weekly Report (1st August to 19th August)

Introduction

This is the report of Pallan Madhavan for the GSOC 2012 on the project "Scilab Image Processing Toolbox (SIP) " for the period 1st August to 19th August.

Task List

Converting Scilab matrices to Pix

sci_2D_gray_double_matrix_to_pix function

The above function is used to convert Scilab 2 Dimensional double matrix into PIX of leptonica,with the help of this function. we can now convert Gray Scale images from scilab matrices to the necessary operations on PIX available in leptonica. This function is generally used for grayscale images.Here,we have used pixSetRGBPixel function which is used to set pixel value and sets all the three RGB values to the same value of the matrix.

Converting Pix to Scilab matrices

pix_binary_image_to_double_array

This function converts pix gray image to scilab 2D double matrix, making it more easier for scilab to perform operation available in siptoolbox. We can then apply other possible functions on the image,so to meet our requirements.

Test cases for deskew and dewarp

test_deskew.sci

Above macros checks various test cases for the deskew function ,available in deskew to check for 3 cases of images such as indexed image ,grayscale image and truecolor image .The macros also provides necessary scilab matrices to cross check the given test case.

test_dewarp.sci

Above macros unlike deskew checks for various test cases,which includes indexed image , grayscale image and truecolor image for the dewarp function .The macros also provides necessary scilab matrices to cross check the given test case.

Updated Deskew and Dewarp function

Commits

   baff76062c331c55f8a33fbf85d13ceda4423028
   b44691bf2a88f22f4aa893cd6bb9f99daa81fcb2
   0b39efa21bd89dfbcab0f61f744847fba1f152b2
   e19d2ec64610a4be69821e44217ab7ed097fa03c
   b8973993ca56a58a68240536468a4709e253e627
   fd1b69363603c30751cf992eeeda60418ddeb788
   86bbc8d282469be87b24ab2d4119ec3cad091395
   cef117ba0105b3e3bb71366fab72fc4a0d5ce10f
   43f22807f033a5479ae267c6f28ab344cf0cec45
   ac704e588abbd145ed2f5d9ef6870a003f408b51

Screencast

* testing macros for deskew and dewarp fucntion

https://vimeo.com/47705781

* Updated dewarp function in siptoolbox

https://vimeo.com/47705325

* Demo for dewarp function

https://vimeo.com/45161988


2022-09-08 09:26