[1] La Incognita Newton ( My First book )
[1] Amazon https://www.amazon.com/INCOGNITA-NEWTON-CATHERINE-SHAW/dp/B00A6FIPGK
[2] As palavras de saramago
https://kbook.com.br/wp-content/uploads/2016/07/aspalavrasdesaramago.pdf
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programaciĆ³n, recursos web y entretenimiento.
[1] La Incognita Newton ( My First book )
[1] Amazon https://www.amazon.com/INCOGNITA-NEWTON-CATHERINE-SHAW/dp/B00A6FIPGK
[2] As palavras de saramago
https://kbook.com.br/wp-content/uploads/2016/07/aspalavrasdesaramago.pdf
Theory
[1] Binary Image http://homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/OWENS/LECT2/node3.html
[2] https://towardsdatascience.com/a-visual-introduction-to-binary-image-processing-part-1-d2fba9f102a4
[3] Hu Moments code and theory https://www.learnopencv.com/shape-matching-using-hu-moments-c-python
[4] PCA Analysis and code https://towardsdatascience.com/visualizing-principal-component-analysis-with-matrix-transforms-d17dabc8230e
[3] 3D moments http://147.231.16.195/3DRotationInvariants
Codes
[1] OpenCV moments https://github.com/krutikabapat/Shape-Matching-using-Hu-Moments
[2] Hu Moments https://github.com/adailtonjn68/hu_moments_in_python
Books
[1] 2D and 3D Image Analysis by Moments https://b-ok.lat/book/4985123/51d687?regionChanged=&redirect=34651345
Applications
[1] Tracking http://raphael.candelier.fr/?blog=Image%20Moments
Source:
[1] http://automagically.de/g3dviewer/
Settings:
$cd src
#To find right libraries
$pkg-config --libs gtk+-2.0
$pkg-config --libs gtkglext-x11-1.0
Compile Code:
$gcc -o app main.c model.c screenshot.c texture.c trackball.c glarea.c gl.c gu
i_callbacks.c gui_glade.c gui_infowin.c gui_log.c -I /usr/include/gtk-2.0 -I /u
sr/include/glib-2.0 -I /usr/lib/x86_64-linux-gnu/glib-2.0/include -I /usr/inclu
de/cairo -I /usr/include/pango-1.0 -I /usr/lib/x86_64-linux-gnu/gtk-2.0/include
-I /usr/include/gdk-pixbuf-2.0 -I /usr/include/atk-1.0 -I /usr/include/gtkglex
t-1.0 -I /usr/lib/gtkglext-1.0/include -I /usr/include/libglade-2.0 -lgtk-x11-2
.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0
-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lm
-lGL -lglut -lGLU -lglade-2.0 -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL
-lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -lpangox-1.0 -lX11 -Wl,--export-dynamic -l
gmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lc
airo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib
-2.0 -lfontconfig -lfreetype -lg3d
Resources:
[1] php+mysql https://sourceforge.net/projects/simple-invoice/
demo http://obedalvarado.pw/simple-invoice/
[2] php+mysql https://sourceforge.net/projects/gatax/
Source http://www.k-3d.org/
Main errors:
INCLUDE(K3DFindFreetype2) # freetype6-dev
INCLUDE(K3DFindGtkmm) #DEBUG
https://gtkmm.org/en/download.html #works with version 2.x
INCLUDE(K3DFindFTGL) #DEBUG
#To DEBUG Variables
message(STATUS "DEBUG: K3D_FREETYPE2_FOUND: ${K3D_FREETYPE2_FOUND}")
message(STATUS "DEBUG: Aqsis_FOUND: ${Aqsis_FOUND}")
#Support CUDA need to enable in CMakeLists.txt (main)
Day 2:
K3DFindBoost.cmake (update paths)
SET(K3D_BOOST_INCLUDE_DIR "/usr/local/include" CACHE PATH "Override the default location for Boost header files.")
SET(K3D_BOOST_LIBRARY_DIR "/usr/local/lib" CACHE PATH "Override the default location for Boost libraries.")
renderframe/CMakeLists.txt
LINK_DIRECTORIES() #add boost path
TARGET_LINK_LIBRARIES() #add boost_regex boost_program_options boost_system boost_python27 boost_thread boost_date_time
#disable CGAL
#K3D_CHECK(K3D_BUILD_CGAL_MODULE REQUIRES K3D_CGAL_FOUND RESOURCE "CGAL") #DEBUG
Models online
[1] Fluid, Physics models https://hdbp.io/browse?page=3
[2] Complete dops examples with Houdini files to download
https://www.tokeru.com/cgwiki/index.php?title=HoudiniDops
[1] cmake parameters https://stackoverflow.com/questions/31387188/pass-variable-value-to-make-using-cmake
[2] PYTHONPATH https://www.devdungeon.com/content/python-import-syspath-and-pythonpath-tutorial
[1] Helper using latex to Draw Net https://github.com/HarisIqbal88/PlotNeuralNet
[2] https://github.com/yosinski/deep-visualization-toolbox
[3] https://github.com/wagenaartje/neataptic
[4] .Appimage (viewer .h5 models) https://github.com/lutzroeder/netron
[5]
!pip install visualkeras
import visualkerasvisualkeras.layered_view(modelobject)
[6] Quiver? https://github.com/ashishpatel26/Tools-to-Design-or-Visualize-Architecture-of-Neural-Network
References:
https://www.boost.org/users/download/
Enable to work with Python3
cd boost1.7
$./bootstrap.sh -with-libraries=python -with-python-version=3.6
$./b2
$sudo ./b2 install
By Code:
[1] https://pyrender.readthedocs.io/en/latest/examples/quickstart.html
By Tools
[1] Blender (>=2.9) Add On https://github.com/neverhood311/Stop-motion-OBJ
https://github.com/mit-han-lab/pvcnn
https://paperswithcode.com/paper/octnet-learning-deep-3d-representations-at
http://freesoftwaremagazine.com/articles/listen_your_books_epub_pdf_okular/
https://askubuntu.com/questions/633337/pdf-reader-that-can-read-out-loud
Installed this extension on chrome called readaloud
https://www.sodapdf.com/pdf-reader/ (Just for open pdf online)
[1] Convolution animation https://stackoverflow.com/questions/52067833/how-to-plot-an-animated-matrix-in-matplotlib
https://www.ets.org/s/cv/toefl/the-americas/
Listening
[1] Example https://www.ets.org/toefl_itp/content/sample_questions
[2] 65 Listen tests https://englishteststore.net/
[3] Toefl Listen https://englishteststore.net/index.php?option=com_content&view=article&id=11388&Itemid=2799
Edital Capes Print
Course
https://towardsdatascience.com/the-complete-guide-to-time-series-analysis-and-forecasting-70d476bfe775
https://github.com/AileenNielsen/TimeSeriesAnalysisWithPython
https://github.com/aurea-soriano/PublicAnomalyDetection
Tools
[1] Smooth time series
https://machinelearningmastery.com/moving-average-smoothing-for-time-series-forecasting-python/
[2] Auto encoders https://towardsdatascience.com/autoencoders-for-the-compression-of-stock-market-data-28e8c1a2da3e
$ffmpeg -i video.avi -vf subtitles=subtitle.srt out.avi
$ffmpeg -i video.mp4 -f srt -i video.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy -c:a copy -c:s mov_text out.mp4
References:
[1] https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo
[2] https://stackoverflow.com/questions/8672809/use-ffmpeg-to-add-text-subtitles
ffmpeg -i video.mp4 -vf subtitles=video.srt out.mp4
C++17 implementation of "Local Bases for Model-reduced Smoke Simulations" in 2D with dynamic obstacles. See www.olivier-mercier.com/res/publications/basisFluid/ for more details.
Trackers
[1] https://gisanddata.maps.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6
[2] https://who.sprinklr.com/
[3] PerĆŗ https://www.bing.com/covid/local/peru
[4] https://extranet.who.int/publicemergency
[5] Brasil https://olhardigital.com.br/coronavirus/noticia/coronavirus-brasil-registra-904-casos-confirmados-e-11-mortes/98089
Codes
[1] https://laconicml.com/predict-infected-people-coronavirus-python
[2] https://github.com/fincahuanaco/covid19peru
[3] https://www.tecmint.com/convert-files-to-utf-8-encoding-in-linux/
Datasets
[1] Timeseries https://github.com/CSSEGISandData/COVID-19
[2] images https://www.kaggle.com/bachrr/covid-chest-xray/data
[2.1] https://theaisummer.com/medical-image-deep-learning
[3] Brazil daily report https://github.com/wcota/covid19br
Other Datasets
[1] Datasus http://www2.datasus.gov.br/DATASUS/index.php
select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%' References: [1] https:/...