kivent-robotic-visualiser (krv) documentation

Links

Frameworks used

The 2D robot simulation program is written in Python 3.5 and uses mainly GUI module kivy and its counterpart for game logic the kivent module.

Using kivent module complex physics, graphics, and game environment was created using only Python language the low-level parts of physics interactions are written as wrappers in Cython utilizing the cymunk – python port of 2d physics engine Chipmunk2D.

The compiling and installation of the kivy and kivent modules from source codes can be done using the playbook.yml file (using ansible-playbook is an installer program) or getting help from online forums and official pages.

Celý příspěvek

Rukopisné písmo – je čas změnit psací vzor?

Poprosím někoho s většími organizačními schopnostmi než mám já, aby provedl experiment s minimálně 200 lidmi.

A teď mi nejde vůbec o nějaký typ fontu (tady si trochu rýpnu) který se, IMHO, v dnešní rukotržní době snaží mnozí prosadit vážně spíše z peněžních důvodů.
Ani mi nejde o to, jak moc děti baví učit se psát – to je individuál!

Jde mi jako vždy o efektivitu. A to časovou. Ta má dvě složky – rychlý zápis a rychlé čtení.

Celý příspěvek

The image processing algorithm visualiser (IPAV)

Recently I have created a Python openCV „frontend“ which allows a creation of computer vision algorithms by simply writing down their comma separated names. It creates a nice square widget chain where every „step“ algorithm has its own picture and info string. Interested? Keep reading!

Celý příspěvek

How to write a research paper from professor Simon Peyton Jones + cheatsheet

There is this wonderfull speach about how to write a research paper from professor Simon Peyton Jones, Microsoft Research (link). It really blowed my mind. So I created a cheatsheet for it here. The presentation is brilliant and I do recomend it for every science worker in the first year of their PhD. studies and later or anyone else. The cheatsheet is not nice, maybe I’ll do it later in some more graphical friendly program 😉

Celý příspěvek

OpenCV 3.0.0 + Python 3.4 + Win7 + Numpy + Scipy + Mingw

Hi there, I have a simple dream. Making these work together:

  • Windows 7 [64bit]
  • OpenCV 3.0.0 [32bit] builded from source
    • features2d
    • ffmpeg
  • Python 3.4.X [32bit]
    • tkinter openCV window app
    • .. maybe wxWidget
    • .. maybe PyQt
  • Numpy [32bit] (maybe as a start as it does not have a 64bit prebuilt)

This will be a working tutorial. I’m on it.

People from OpenCV have done a new tutorial here which is nice 🙂 [Last updated on Nov 10, 2015.]

Firstly I do some research…

Celý příspěvek

gr4gallery = Gallery in Python 2.7.10 + OpenCV 3.0.0 + Tkinter GUI

Hi there fellows, a project emerged from the need of using OpenCV with GUI possibilities larger than trackbar. I am currently keen on Python, but I didn’t want to spend any time finding out how to make OpenCV + Python + Qt work, because the commercial licensing of Qt borthered me too much. Therefore I turned to the only other python GUI library I know so far the good ol‘ Tkinter.

screenshot

Celý příspěvek

Diplomová práce v LaTeXu (FEKT VUT)

Tak už tedy píšu!

Vybral jsem si LaTeXový frontend TeXstudio. TeXnicCenter byl dobrý, ale myslím že si vzpomínám že mi náhodně padal (musel jsem často ukládat). A TexMaker byl příliš starý a neměl tolik funkcí. Takže TeXstudio v nynější verzi 2.8.8 @ 09-01-2015)

Celý příspěvek