Innovation-Cell / Issue-Tracking

This repository is for issue tracking only.
2 stars 0 forks source link

Probability Convolution for Single Gridmap #1

Closed mistryrakesh closed 8 years ago

mistryrakesh commented 8 years ago

Given a map with each grid cell having a gaussian, create a complete probability distribution of the whole map. Each cell should contain a probability from 0 to 1.

mistryrakesh commented 8 years ago

Lets get started on this issue. If you think it can be given to a sophie, then lets give it to someone.

arpitgupta2908 commented 8 years ago

I think it can be given to a Sophie but should try it out with some pg guys as they might be able to deliver better. The first guy who came to the interview, what you say. We can call him tomorrow and present him the problem statement. On Sep 1, 2015 7:43 PM, "Rakesh Mistry" notifications@github.com wrote:

Given a map with each grid cell having a gaussian, create a complete probability distribution of the whole map. Each cell should contain a probability from 0 to 1.

— Reply to this email directly or view it on GitHub https://github.com/Innovation-Cell/Issue-Tracking/issues/1.

mistryrakesh commented 8 years ago

Lets get Akash's view. He said that the algorithm was taught today in his class, and was easy to implement. Lets call all the new PGs in next meeting and get their work and timelines.

kishore19a commented 8 years ago

yes there standard algorithms in image processing.......infact we were taught many things today.....which included gaussian,exponential,median , mode, linear and many other noise filter models.......for any issues I can always contact the professor......But as far as the algorithm is concerned , it is just a stand error mask on the original file based on a single mathematical model...I am sure I can do it easily....Have to give half to one day.....probably on saturday(12/09/2015)..

On Wed, Sep 2, 2015 at 3:57 PM, Rakesh Mistry notifications@github.com wrote:

Lets get Akash's view. He said that the algorithm was taught today in his class, and was easy to implement. Lets call all the new PGs in next meeting and get their work and timelines.

— Reply to this email directly or view it on GitHub https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137017421 .

rishabhchoudhary commented 8 years ago

I think this is not that of a big problem to give it to a PG and Akash please try to implement it and update us if it needs more assistance or time.

On Wed, Sep 2, 2015 at 5:17 PM, Akash Kishore notifications@github.com wrote:

yes there standard algorithms in image processing.......infact we were taught many things today.....which included gaussian,exponential,median , mode, linear and many other noise filter models.......for any issues I can always contact the professor......But as far as the algorithm is concerned , it is just a stand error mask on the original file based on a single mathematical model...I am sure I can do it easily....Have to give half to one day.....probably on saturday(12/09/2015)..

On Wed, Sep 2, 2015 at 3:57 PM, Rakesh Mistry notifications@github.com wrote:

Lets get Akash's view. He said that the algorithm was taught today in his class, and was easy to implement. Lets call all the new PGs in next meeting and get their work and timelines.

— Reply to this email directly or view it on GitHub < https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137017421

.

— Reply to this email directly or view it on GitHub https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137044888 .

arpitgupta2908 commented 8 years ago

We will have a separate PG meeting. Otherwise too many people will be in a single meeting to handle. Me and Rakesh will have that meeting on Friday or Saturday. All other guys, concentrate on your midsems Mostly on Friday.

Thanks Arpit

On Wed, Sep 2, 2015 at 5:45 PM, Rishabh Choudhary notifications@github.com wrote:

I think this is not that of a big problem to give it to a PG and Akash please try to implement it and update us if it needs more assistance or time.

On Wed, Sep 2, 2015 at 5:17 PM, Akash Kishore notifications@github.com wrote:

yes there standard algorithms in image processing.......infact we were taught many things today.....which included gaussian,exponential,median , mode, linear and many other noise filter models.......for any issues I can always contact the professor......But as far as the algorithm is concerned , it is just a stand error mask on the original file based on a single mathematical model...I am sure I can do it easily....Have to give half to one day.....probably on saturday(12/09/2015)..

On Wed, Sep 2, 2015 at 3:57 PM, Rakesh Mistry notifications@github.com wrote:

Lets get Akash's view. He said that the algorithm was taught today in his class, and was easy to implement. Lets call all the new PGs in next meeting and get their work and timelines.

— Reply to this email directly or view it on GitHub <

https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137017421

.

— Reply to this email directly or view it on GitHub < https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137044888

.

— Reply to this email directly or view it on GitHub https://github.com/Innovation-Cell/Issue-Tracking/issues/1#issuecomment-137051606 .

kishore19a commented 8 years ago

added gaussian noise....... however now the main code needs some review....not displaying properly.... otherwise the filter has been successfully implemented