Friday, October 02, 2015

Shape Matching



Resources:

[1]  Shape Indexing and Matching Using Shock Graphs
  http://www.cs.toronto.edu/~dmac/source_code.html
[2]  Skeletonization
     http://www.inf.u-szeged.hu/~palagyi/skel/skel.html
[3] K3M
   http://matwbn.icm.edu.pl/ksiazki/amc/amc20/amc2029.pdf




Image Sharpen



References
[1] http://www.idlcoyote.com/ip_tips/sharpen.html

Friday, September 11, 2015

Monday, August 31, 2015

Running 2014


RPP 2014
http://www.pacifictiming.com/result-wizard/?prefix=140921_rpp

Lanpass 10k 2014
http://www.chiptiming.com.pe/resultados.php

Corre PUCP 2014
http://chiptiming.com.pe/resultados-pucp.php


LightSpark Flash Player Alternative


Try traditional installation
$sudo add-apt-repository ppa:sparkers/ppa
$sudo apt-get update

$sudo apt-get install lightspark browser-plugin-lightspark



Make link to library or copy to plugin directory
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/
$sudo cp /usr/lib/lightspark/liblightsparkplugin.so /usr/lib/mozilla/plugins/

or
$ln -s /usr/lib/lightspark/liblightsparkplugin.so ~/.mozilla/plugins/liblightsparkplugin.so


Note: try run $locate libflashplayer.so , for know where is the plugin directory















Marked Point Processes




[1] https://homepages.laas.fr/slarnier/Automatic_method_for_visual_grading_of_seed_food_product.pdf
[2] Samples
      http://perso.telecom-paristech.fr/~tupin/JTELE/PRES10/Descombes.pdf
[3] Unsupervised detection of Flamingos using Marked Point Processes for estimating the size of populations
Slides http://bib.rilk.com/2781/01/descamps_presentationGdR.pdf


Wednesday, June 24, 2015

Maya Ubuntu


http://forums.autodesk.com/t5/installation-licensing/installing-maya-on-ubuntu/td-p/4905036

Tuesday, June 23, 2015

Microscopy Software

CISMM
http://cismm.cs.unc.edu/downloads/


Reflection/Point-based Global Illumination



  • Reflection and refraction
  • Point-based Global Illumination
  • Anti-aliasing settings
 [1] https://github.com/fxthomas/renderboy
 [2] Global illumination 99 lines
      http://www.kevinbeason.com/smallpt/

Running Wireshark over Ubuntu 14.04


After  installation, execute next steps:

1) sudo dpkg-reconfigure wireshark-common
2) sudo chmod +x /usr/bin/dumpcap
3) sudo setcap CAP_NET_RAW,CAP_NET_ADMIN,CAP_DAC_OVERRIDE+eip /usr/bin/dumpcap


Reference:
[1] https://ask.wireshark.org/questions/16343/install-wireshark-on-ubuntu
[2] http://askubuntu.com/questions/348712/there-are-no-interfaces-on-which-a-capture-can-be-done

Rendering



Matlab Sample (Run in matlab, compiling with mex over Ubuntu)
http://vision.princeton.edu/pvt/RenderPCcamera/

Obj Files
[1] http://people.sc.fsu.edu/~jburkardt/data/obj/obj.html



2. Multi-Resolution Surfel Map (MRSMap) Library
src https://code.google.com/p/mrsmap/
dependencies information
https://github.com/ais-hilgert/mrsmap/wiki/Build-mrsmap

3. Point Cloud Library
https://github.com/PointCloudLibrary/pcl

4. OpenGL tutorial C++ Code
  https://gitlab.com/wikibooks-opengl/modern-tutorials/tree/master

5. Real Time Rendering http://web.cse.ohio-state.edu/~tong/cse781projects/

Firefox open multiple private window

    /opt/firefox/firefox-bin --profile $(mktemp -d) --private-window www.google.com www.bing.com