Posts

Showing posts from October, 2017

Open CV OpenCL error occurred....

The OpenCV error of "OpenCV Error: Assertion failed (clEnqueueWriteBuffer(q, (cl_mem)u->handle, CL_TRUE, dstrawofs, total, alignedPtr.getAlignedPtr(), 0, 0, 0) >= 0) in cv::ocl::OpenCLAllocator::upload, file ..\..\..\modules\core\src\ocl.cpp, line 4960" occured in my OpenCV program to detect keypoints using ORB. The error occured on the laptop PC of ThinkPad X1 Carbon. However, the error did not occur on the desktop PC with a NVIDIA video board. The serious problem was that the physical memory usage increases over time while keypoints were being detected by using ORB.  I found a solution in the following site: https://github.com/opencv/opencv/issues/5815 The solution steps are as follows: 1) Include the file of ocl.hpp #include <opencv2/core/ocl.hpp> 2) Add the following code at the first position of the loop of a while sentence while(1){    BufferPoolController* c = cv::ocl::getOpenCLAllocator()->getBufferPoolController();       if (c){

Lenovo ThinkPad X1 Carbon で Lenovo Solution Center をアンインストールしたいのだが..

アプリ一覧や旧画面のコントロールパネルからアンインストールしようとしたが,できず,コマンドプロンプトから以下のコマンドでサービスを削除したが,アプリはアンインストールできず, sc delete "LSC.Services.SystemService.exe" やっと解決策を見つけた. LenovoのサイトからSolution Centerをダウンロードしたインストーラを実行すれば,削除メニューが表示された!これだけのことだったのか.... https://support.lenovo.com/jp/ja/downloads/ds104501

Windows10 Fall Creators Update 不具合

ThinkPad X1 Carbonの起動直後,タッチキーボードが表示される不具合が発生した. Cortanaからサービスとタイプし,「Touch keyboard and Handwriting Panel Service」サービスを無効にして対応した.