Horn Schunck Optical Flow comparison between Matlab and Python
OpticalFlow_Python_vs_Matlab.py shows that OpenCV CalcOpticalFlowHS setting lambda=0.001 gives results that are much more like Matlab.
OpenCV no longer has the original Horn Schunck optical flow.
Events over the weekend in the US were mitigated by “see something, say something”-mindedness of passersby.
Even better prompt detection of unusual events by ever more pervasive surveillance video may be achieved through coupling of machine vision-machine learning algorithms.
Having a reference dataset is a useful starting point.
Here are a quick list of abandoned object datasets.
Assume a VirtualBox guest OS Windows VDI disk image mydisk.vdi that you wish to mount without Virtualbox, perhaps because your guest OS crashed.
The disk space used by the cloned .img file will be the full expanded size of the dynamic partition if one was used.
Example: dynamic partition max size was 100 GB but only 10 GB was used → clone operation uses full 100 GB.
Rescue files from VDI by copying the VDI to IMG format:
VBoxManage clonehd --format RAW mydisk.vdi mydisk.img
cd ~/"Virtualbox VMs/Windows"
Examine partition
parted mydisk.img #not sudounit
B
print
look for the “start” column for the biggest partition, that’s probably the virtual machine.
If you chose “12345 B”:
mount -t ntfs -o loop,ro,offset=12345 mydisk.img /mnt
It takes several minutes to unpack.
Explore the files in /mnt as usual.
Copy out what you need.
tarcp.py
uses xz or other compression methods to take the top-level directories and make a 7zip, XZ, or tar archive from each top-level directory, containing all its subdirectories.
Example: say 100000 data files are scattered by date in subdirectories.
This is very cumbersome to share and move around.
xfinitywifi is one of the most
widespread
Wifi SSIDs in the USA.
It’s not just limited to Xfinity cable internet subscribers; other cable companies partner their subscribers in or paid access is available.
Like most WiFi
captive portals,
xfinitywifi uses the device MAC address like a “cookie” after the web browser login.
For devices without a web browser, a more capable device might sign in once with the non-browser device’s MAC.
xfinitywifi has the usual range limits of 2.4 GHz and 5 GHz Wifi.
xfinitywifi is a VLAN-like network, separated from host subscriber network.
The maximum distance from the WiFi router depends on the Xfinity router placement.
For example, one might pickup the router in an adjoining building or dwelling.
Coverage maps are notional, and don’t account for building materials or interference.
Easily
recover a Git-tracked file,
even after several commits have passed.
You need to know the path of the deleted file within the repo.
In this example, suppose it’s “path/to/file.txt”.
This example assumes a Unix-like shell.
For simplicity, on Windows use WSL to do this.
Master PDF Editor is free to use for non-commercial purposes, editing PDFs.
You can edit text (for example, change a word), without screwing up the formatting or images like happens when you import a PDF into a word processing program.