Category Archives: development

Now working on R* S1 FW Writer for Mac OS X.

      Comments Off on Now working on R* S1 FW Writer for Mac OS X.

For some people to waited for long, it will comes out soon what about firmware upgrading program for Mac OS X. Now I am working on it in Linux and Mac OS X by my multi-platform availed libraries. Wait for more days, it will release on manuafacturer home page, and… Read more »

sset to C or H converting open source.

      Comments Off on sset to C or H converting open source.

There’s nothing to find information about sset ( I was misunderstood it may s-record ), so I made a simple tool for supporting multi-platform if have any GCC with STL. You can clone or download source code ( it is MIT license ) and build in your system with just… Read more »

Motorola s-record to binary

      Comments Off on Motorola s-record to binary

Motorola s-record is a common text based ( ASCII ) firmware usual data or file. I was made it for make memory mapped before updating Renesas(Hitachi) H8x models in 2012. Now some part of writing into a file became to open source here: https://github.com/rageworx/srec2bin Anybody can use it in free… Read more »

Experience of Intel HD 630 damn driver.

      Comments Off on Experience of Intel HD 630 damn driver.

I guess some people may experienced badness of Intel something – as like old models from Intel graphics as known thousnad numbered models – HD 2000 or 3000 whatever, when specially upgraded to Windows 10 from older. My new office desktop presented to me a bad experience about mouse cursor… Read more »

Correcting shaded illumination on medical image.

      Comments Off on Correcting shaded illumination on medical image.

By using CLAHE algorithm, there’s some problem occurs by object shapes like this: Each edge side of object going too darken by window leveling. It is defecting issue of CLAHE. So I tried to make it corrected with shading correction. Here is source raw image, 14bit gray. First, I need… Read more »

tinydicom + rawprocessor lesson #2

      Comments Off on tinydicom + rawprocessor lesson #2

Now it’s time to next step for using my open sources,  And here I like to introduce how loads DCM and what it contains inside tags. Just read my example code to read DICOM tags from DCM file, it should help what inside. #ifdef __APPLE__ #include <sys/uio.h> #elif _WIN32 #include… Read more »

tinydicom + rawprocessor lesson #1

      Comments Off on tinydicom + rawprocessor lesson #1

Here I planned to write some lessons to understand what is libtinydicom (Tiny DICOM library) and librawprocessor (RAW Processing library) for most of modern compilers except M$VC – unfortunately I am sorry about supporting M$VC, but I don’t like care about distinct, banishing standard compiler. Ok, let understand what is… Read more »

An open source graphical help tool library, fl_imgtk.

      Comments Off on An open source graphical help tool library, fl_imgtk.

Here is an open source library helps many Fl_RGB_Image processing to make some featured GUI.  You can clone or download source code in free on GitHub page. It designed to work with any type of gcc ( llvm-gcc and MinGW-W64 ) with just a copy and type ‘make’, or modify… Read more »