Recent posts

Secure DL

1 minute read

WIP: Securing Deep Learning Processes Why The real world application of deep learning involves face detection, finger print detection, processing of sensiti...

Ramer–Douglas–Peucker algorithm

2 minute read

The Problem When we were working on a satellite image of one of the local area of Nepal, we had to simplify the obtained mask to feed into the GIS system. I...

Satellite Image Analysis

7 minute read

Interpretation and analysis of remote sensing imagery involves the identification and/or measurement of varied targets in an image so as to extract useful in...

Introduction to Remote Sensing

6 minute read

Remote sensing Remote sensing is the science (and to some extent, art) of acquiring information about the Earth’s surface without actually being in conta...

Variance of Uniform distribution

less than 1 minute read

Finding the Variance of uniform filter $E(\bar{X}) = \frac{a+b}{2}$ $\sigma^2$ = ? From Probability density function: $E(X)= \int xf(x)dx$$ $\sigma^2 =...