Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
15k views

How do I convert from BLOB to TEXT in Mysql?

I have a whole lot of records where text has been stored in a blob in MYSQL. For ease of handling I'd like to change the format in the DB to TEXT .. any ideas how easily to make the change so as not ...
3
votes
3answers
609 views

Pixel chains from run length encoding

I've been banging my head for a long time on this one I am doing imaging. So far I've binarized my images, meaning that from a grayscale image, every pixel under a certain value are dropped. This ...
3
votes
2answers
4k views

Persisting Blob Streams with NHibernate

If I have a class declared as: public class MyPersistentClass { public int ID { get; set; } public Stream MyData {get;set; } } How can I use NHibernate's mappings to persist the MyData ...
2
votes
1answer
613 views

Oracle BLOB Extraction Very Slow

I am having performance issues when extracting BLOBS from an oracle 10gR2 10.2.05 database I administer. I have around 400 files stored as BLOBS that I need to write out to the file system. Below is ...
2
votes
1answer
818 views

Should I move big data blobs in JSON or in separate binary connection?

QUESTION: Is it better to send large data blobs in JSON for simplicity, or send them as binary data over a separate connection? If the former, can you offer tips on how to optimize the JSON to ...
1
vote
1answer
30 views

How to get the binary file and other params from HttpResponse in android?

I have an android client with a http GET request invoking a php script on the server.. And a php script on my server which queries the database and echoes the resulting rows.. Now, how do i separate ...
1
vote
1answer
152 views

Problems uploading blobs onto App Engine

Hi i'm trying to upload some mp3s as blobs using the Complete Sample App code provided in the App Engine tutorial here and i'm getting the following error `HTTP ERROR 404 Problem accessing ...
1
vote
1answer
269 views

PostgreSQL vs MySQL for handling inserting/deleteing large quanties of blobs

I have an application that I will soon be doing a significant rewrite of that stores a significant quantity of transient blobs in a database. The application will insert and delete a large number of ...
1
vote
2answers
766 views

Selecting BLOB column from Oracle database to SQL Server database over linked server

How do I select a blob column from an Oracle database using OPENQUERY on a SQL Server that is using Linked Server to connect to the Oracle database? When I try using this syntax, I receive an error: ...
1
vote
3answers
214 views

Is there a way to store blobs / rich text memos as rtf programmatically on server hard disc instead of the database?

Code Experts ! is there a way to store blobs / rich text memos as rtf programmatically on server hard disc instead of the database ? Update (1) i want to write in a memo field and store it using ...
1
vote
2answers
1k views

OpenCV: Incorrect contour around blobs

I'm trying to draw contours around blobs in a binary image, however, sometimes, openCV draws a single contour around two distinct blobs. below is an example. How can i solve this issue? Here it ...
1
vote
2answers
561 views

Append text to Blob in Azure

After looking at this tutorial on blobs: channel 9, I was thinking of using a blob container to save a bunch of tweets (storing the json of each tweet that is). Ideally I would like to create a blob ...
1
vote
2answers
187 views

PHP Transferring Photos From One Oracle Database Table to Another

I am attempting to transfer a set of photos (blobs) from one table to another across databases. I'm nearly there, except for binding the photo parameter. I have the following code: $conn_db1 = ...
1
vote
2answers
1k views

MySQL / PHP Drag and Drop File Upload

I am looking to upload files into a MySQL database using a drag and drop application. Any ideas? I want to be able to drag a file into the browser and then type in a file name. THANKS!
0
votes
0answers
17 views

cvblobslib and bounding rect

how can I filter blobs in cvblobslib then use bounding box? first of all, i have found the desired blobs (many blobs occurs in the image) and using bounding box. secondly, i have calculate for ...
0
votes
2answers
122 views

Best way to count number of “White Blobs” in a Thresholded IplImage in OpenCV 2.3.0

I need to count the number of white blobs in a Thresholded image. I'm counting small squares on a marker. But due to the poor image quality of the webcam, these squares don't appear as squares. This ...
0
votes
1answer
126 views

java.lang.UnsupportedOperationException: Blobs are not cacheable

After adding java.sql.Blob field to one of my objects the hibernate persistence manager is now throwing Blobs are not cacheable exception. Any idea how to solve this other than disabling the cache. ...
0
votes
0answers
53 views

Converting meshes to metaballs

I'm doing a project where I need to convert an existing polygonal mesh into a static shape made from metaballs (blobs). I have voxelized the mesh with binvox to "a .raw file" (according to the ...
0
votes
0answers
244 views

BlobTypeHandler - blob binarystream usage

public class MyBlobTypeHandler implements TypeHandlerCallback { @Override public Object getResult(ResultGetter getter) throws SQLException { Blob blob = getter.getBlob(); return new ...
0
votes
2answers
580 views

How do I detect small blobs using EmguCV?

I'm trying to track the position of a robot from an overhead webcam. However, as I don't have much access to the robot or the environment, so I have been working with snapshots from the webcam. The ...
0
votes
1answer
408 views

Downloading BLOB data in flex 4

My application uploads files to the server, using flex 4 and php. These files are stored as BLOB data in the database (mysql). On another page, I display these files as links, so that when a user ...
0
votes
1answer
446 views

Opencv + blobs in python

I need a bit of help with blobs in opencv (python). This is the thing: I've already written the preprocessing functions that work properly, they isolate the areas of interest and return a ...
0
votes
2answers
1k views

Tracking blobs in Aforge

I looked and looked. Does anybody know how to track blobs from Aforge? I know they don't have it implemented but I would really need to use Aforge because of the rest of the code I'm using. I saw some ...
0
votes
1answer
791 views

Downloading BLOB file with Oracle and PHP

Using PHP, I'm trying to download a blob file that has already been uploaded to an Oracle 10g database. I've seen and imitated numerous examples I've found. When I access the page a File Download ...
0
votes
1answer
613 views

CBlobResult gives pains… using Visual C++ 2008… opencv

When I type the following code line.. where img_hsv is a Mat image... IplImage abc=img_hsv; // object that will contain blobs of inputImage CBlobResult blobs; // Extract the blobs using a ...
0
votes
2answers
448 views

Windows Azure: Exception while creating a blob container

I followed a tutorial on creating a blob on windows azure. But when I do that, I get an exception error: Error while creating containerThe server encountered an unknown failure: The remote server ...
0
votes
1answer
178 views

plone.app.blob or z3c.blobfile?

I need a blob file field as part of a content type in plone. plone.app.blob's BlobField should provide this, but I can't find how to get a URL to download the file including the original filename ...
0
votes
1answer
134 views

MySQL Blob not showing up correctly

Hi I asked a similar question earlier about retrieving an image from a MySQL database Blob. I am using code as: header("Content-type: image/jpeg"); // change it to the right extension print $image; ...
0
votes
2answers
756 views

MySQL Blob to Text (data and datatype)

I have a mysql database that holds content as a blob, for whatever reason those developers chose to use a blob is out of my control. Is it possible to convert the data to text and the data type to ...
0
votes
1answer
507 views

C#, Storing HTML pages in an SQLite database

I want to cache large HTML pages in an SQLite database as blobs, but the HTML pages may ofcourse contain lots of characters which will corrupt the SQL statement. I'm not too happy with performing ...