Author: zakilive

19
Nov
2016

Feelings Sharing

It was my last chance for participating in ACM ICPC Dhaka Regional Siteprogramming contest but as I…

14
Nov
2016

Marriage Goals ?!

In our country, maybe love goals should be relied on career goals as the reality of this…

12
Nov
2016

Watersheding Image Processing

Found this link below very helpful http://cmm.ensmp.fr/~beucher/wtshed.html  And wikipedia is good for knowledge, https://en.wikipedia.org/wiki/Watershed_(image_processing)

12
Nov
2016

Loop example in MATLAB

Loop example in MATLAB function [ output_args ] = Untitled( input_args ) %UNTITLED Summary of this function…

12
Nov
2016

Matrix in MATLAB

A=[1 2 3;4 5 6;7 8 9] A = 1 2 3 4 5 6 7 8…

11
Nov
2016

Matlab Code – Digital Image Processing

To show image from desktop folder to matlab image viewer I=imread(‘C:\Users\Daffodil\Desktop\imread\zaki.jpg’); image(I) then to convert YIQ value…