- I liked a YouTube video — Minecraft FIREE WTFFFFFFF!!!!! http://youtu.be/LnjSWPxJxNs?a #
- I liked a YouTube video — Laundry day http://youtu.be/MQ5ziNOtoMU?a #
- Are you a satisficer or maximizer? http://bit.ly/9C7kua #
- Engineering management at facebook http://bit.ly/bumlya #
- Dunbar's number – at 150, it's an upper limit to the # of people you can maintain a stable social relationship with http://bit.ly/9lI9yo #
- Wow, great job #matlab "It appears that flipud(fliplr(A)) can be replaced by a faster rot90(A,2)" My new favorite IDE. http://grab.by/6sQO #
- computer vision homework snapshot, various steps in edge detection: http://grab.by/6t0V #matlab #
- I liked a YouTube video — OK Go – End Love – Official Video http://youtu.be/V2fpgpanZAw?a #
- I liked a YouTube video — OK Go – White Knuckles – Official Video http://youtu.be/nHlJODYBLKs?a #
- I liked a YouTube video — Sonic The Hedgehog 4 Episode 1 E3 2010 Splash Hill Zone A… http://youtu.be/dDgdwW4QNBs?a #
- The world according to Street Fighter http://bit.ly/bw0fGE #
- I liked a YouTube video — Cataclysm Beta – Peacebloom vs Ghouls (the new best quest ev… http://youtu.be/aWI5XTmGrmo?a #
- I liked a YouTube video — Donkey Kong Country Returns trailer – Rambi! 720p http://youtu.be/y83z8e2isrI?a #
- NPR: Twitter is a national US ideological weapon #
- Biking this weekend? #
- Stuxnet "one of the most sophisticated pieces of malware ever" http://bbc.in/abSeyU #
- I liked a YouTube video — 1982HopperSafer1 http://youtu.be/7sUT7gFQEsY?a #
- http://www.dropmocks.com/ fast image sharing #
- I subscribed to UCBerkeley's channel on YouTube. http://www.youtube.com/user/UCBerkeley?feature=autoshare #
Monthly Archives: September 2010
Local Maxima in Edge Detection
I’ve been working on some homework for computer vision. It’s such an interesting class because of how rich the visualization of my code results can be. Matlab has also been a real pleasure to work with. Everything is well documented and the IDE has features I haven’t seen in other IDEs. I am working on an assignment in edge detection.
There are several steps required including performing a convolution of the image with with the derivative of the Gaussian, determining the magnitude of the gradient, and using it to find local maxima (in terms of intensity) of the image. That’s the part I’m at right now. Instead of using the x and y components of the gradient to compute edge orientation, I just determine local maxima by querying all the pixel neighbors of each pixel. This was quicker and helped me to make sure my code worked. Here’s the magnitude of the gradient of the image and the local maxima as computed by my algorithm. They’re very bad points for edge detection, but I’m happy I get something resembling the shapes of the image! One step at a time.
Twitter Weekly Updates for 2010-09-19
- I liked a YouTube video — Installing & Using DropPub http://youtu.be/mAYRl8DD5bw?a #
- @hectcastro Thanks, that is exactly what I wound up doing! in reply to hectcastro #
- #Chrome Tab Sugar http://bit.ly/ceSMpx #
- Peak Oil http://bit.ly/9KDXoV #
- Free for personal use, a complete Computer Vision textbook: http://szeliski.org/Book/ #cv #
- I liked a YouTube video — Nuit Blanche http://youtu.be/JVuUwvUUPro?a #
- via #reddit A distance-field guided raymarcher with fake rim lighting, fog, and two warping scenes. http://js1k.com/demo/766 #
- #career The Reverse Phone Screen http://bit.ly/cirJHP #
- Visualizing data with Chernoff faces http://bit.ly/9IYZmb #statistics #r #
- Working on homework for computer architecture, reinterpreting Moore's law. #
- @bflad It's the work of Septa's green committee in reply to bflad #
- Steal this presentation! http://slidesha.re/cZyFQC #
- HTML5 Game Showcase http://bit.ly/bv0CJo #
- Around the solar system #astronomy http://bit.ly/cgvPp0 #
- Security researchers destroy #asp net? http://bit.ly/cGL58t #
Matlab’s Image Edge Detection
I’ve been doing some homework for Computer Vision class. Matlab apparently has extensive image processing capabilities. One handy function is “edge” which will return a zero-filled matrix with 1s corresponding to edges.
Twitter Weekly Updates for 2010-09-05
- I liked a YouTube video — Strange sport http://youtu.be/Xkyl5tkrG9s?a #
- 12 Standard Screen Patterns #fb http://icio.us/ncajcy #
- 3D Model Editor #html5 proof of concept http://www.3dtin.com/ #
- @mariatsciarrino lol. listening to Voices right now. Love Dan's voice. in reply to mariatsciarrino #

