python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
OpenCV Python: LUT for 16bit image?
I have been trying to learn some image processing on OpenCV python. I have a 16-bit image, and I would like to apply a LUT conversion on this 16-bit image without reducing it to 8-bit. From the docume...
Bharath Vasudev
Votes: 0
Answers: 1
C++, efficient way to call many possible functions from user
I'm relatively new to c++, mostly worked with python.
I have a scenario where a user(me) uses a GUI to send commands to a microcontroller via serial, and then the microcontroller processes them.
Right...
Wscott
Votes: 0
Answers: 3
How to convert lookup tables from txt to JSON
I have this .txt file which I need to convert to JSON. There are a lot of three dimensional lookup tables. I can change equal sign to colons, add quotes to the names of parameters etc.
What I need is ...
Mechatrnk
Votes: 0
Answers: 2
How can I properly build a sin lookup table with C?
To save performance on sin calls, and to handle integer angles, which are more portable manipulated and saved, instead of floating points as angles, I am building a sin lookup function, where 4096 uni...
user16217248 - On Strike
Votes: 0
Answers: 3