Sunday 1 December 2013

Self Documentation


started documenting my life for the past 2 days - seems very fruitful - I have my reasons for doing it - [1] too many thoughts to store in memory ( my crappy, f**ked up memory ) - [2] missing too many interesting ideas - [3] mostly, remembering what happened yesterday, day before... - [4] looking for a pattern to predict future [5] reading bout the past days makes me feel better about myself - AFTER EFFECT : came up with 3 new, crazy ideas [1] Self-organizing, On-demand hotspots for extending wifi coverage area [2] Mapping wifi coverage area to geographical map [3] Snack Machine - this is not a revolutionary idea but its a cool and exciting idea - keeps me motivated - hope to write more soon - EOF

Wednesday 3 July 2013

Node.js - Custom Event Emitters


working on custom event Emitters - my class inherits EventEmitter psuedo class - emits a 'tick' event every second!


Thursday 27 June 2013

Ebbinghaus Reader : THE PLAN


Yesterday (27th June 2013), we worked on the skeleton and the architecture of the Ebbinghaus Reader. We created a rough sketch connecting all the activities in the app. This is how it looks!




We have sketched schematic diagrams for each and every Activity with more detail on control flow. Selva is working on digital schematic diagrams for all activities, lets hope he completes it soon!



Tuesday 11 June 2013

x86 Assembly Video Tutorial - MARATHON




seems like this's the day i been waiting for my entire life to peek inside an x86 system - a marathon of videos on x86 architecture, assembly, memory, cache, processes, virtual memory and memory allocation and more - gonna start @ 8AM and not gonna stop watching till everything is over - really excited about it - will make a post on how it goes 2morow! 

Thursday 9 May 2013

Terminator Vision in Android


Expt by RPS Deepan - 09/05/2013


- Terminator Vision
[ inspired by TSCC ]




- primatry Objectives
- face detection
- face recognition
- object identification
[ colour based ]
- feature detection

- Secondary Objectives
- online learning 
 - based on colour, features
- object selection on screen

- Features
- red terminator theme
- HUD like display
- on-screen info about selected objects

- EOF

Tuesday 16 April 2013

An android based bot


- people seem to love this bot

- Android <---- BtBee -----> Arduino

- Use of Opencv in Android platform

   - object detection based on HSV values
   - HSV trainer
   - Bt comm with arduino ( use of BtBee )

- A video i made

 -




- planning to make updates to it....

  • feature detection
  • char recognition
  • template matching
  • face detection
  • face identification
  • voice to speech to cmd
  • robotic arm - for obj pick up
  • control over wifi

- EOF

Monday 8 April 2013

Too Much of Life

For the past 2 weeks or so, there's been too much life not much linux.

My updates:

 -- installed tesseract OCR engine in Fedora  ( from repo )
     -  works on *.tiff images but not for png
     -  tried installing libpng, png dev libraries - nope - nothing
     -  even while "ocr"-ing some tiff images - fails horribly



-- working on Sudoku grabber app in Android
     -  inspired by [ http://www.aishack.in/2010/08/sudoku-grabber-with-opencv/ ]
     -  following this guide
        [ http://gaut.am/making-an-ocr-android-app-using-tesseract/ ]
         for porting tesseract engine to Android




-- learning VIM from
     -  www.derekwyatt.org
        [ http://www.derekwyatt.org/vim/vim-tutorial-videos/vim-novice-tutorial-videos/ ]


 - EOF