A template project, to enable people to build nicely structured C++ projects.
Project description
scikit-surgeryultrasonix
Python bindings for Ultrasonix machine.
Only works on Windows with 32-bit version of Python.
Tested with Python 3.7.
Prerequisites
You must have the Ulterius SDK on your local machine, and add the bin
folder to your system path.
If sdk is in C:\Ulterius\sdk_612\bin
In Windows CMD
set PATH=%PATH%;C:\Ulterius\sdk_612\bin
In Git Bash
export PATH=$PATH:/c/Ulterius/sdk_612/bin
Example Usage
import sksurgeryultrasonix
import numpy as np
import cv2
ip = "128.16.0.3" # This is the IP address of the Ultrasonix
U = sksurgeryultrasonix.Ultrasonix.CreateInstance()
U.connect_to_host(ip)
while True:
frame = U.get_frame() # Returns numpy array
frame = frame.reshape(480,640)
cv2.imshow('x',x)
cv2.waitKey(1)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file scikit_surgeryultrasonix-0.1.1-cp38-cp38-win32.whl
.
File metadata
- Download URL: scikit_surgeryultrasonix-0.1.1-cp38-cp38-win32.whl
- Upload date:
- Size: 177.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 812d17734e37f5a18cdf5e23740d4cfeb59f7cd081f94cd69b338229414b9312 |
|
MD5 | 137e72293131b5ffdf3813ff661ee2c2 |
|
BLAKE2b-256 | 078abbb2ed20f901faaf28591de723d647ae39df621b4774b5482031b4e21f3e |
File details
Details for the file scikit_surgeryultrasonix-0.1.1-cp37-cp37m-win32.whl
.
File metadata
- Download URL: scikit_surgeryultrasonix-0.1.1-cp37-cp37m-win32.whl
- Upload date:
- Size: 178.7 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfa6626beb0bc960f887ba91327972ecea77b9b1f2af73cd5ce7bcf39d52d7b5 |
|
MD5 | ebc1cb8079ebcf9dfe42511bccd4d035 |
|
BLAKE2b-256 | 8d1c8700f4972d320323c211a05a5e8f8aaa9e81836980ec4e4c86607615e1b7 |
File details
Details for the file scikit_surgeryultrasonix-0.1.1-cp36-cp36m-win32.whl
.
File metadata
- Download URL: scikit_surgeryultrasonix-0.1.1-cp36-cp36m-win32.whl
- Upload date:
- Size: 178.7 kB
- Tags: CPython 3.6m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38796bd4347e50646cac998f72476a0f9b9e432321a1eb44cbb14a3f6c617c67 |
|
MD5 | e294afb54a5f9fb851f235444c5f7f50 |
|
BLAKE2b-256 | 873e5f5660d1290541db28b7bb8125a0ec9c819eadf20c9dbc3bd11bbb9ebd30 |