Questions tagged [blurry]
305 questions
0
votes
2 answers
Captured Image in OpenCV is unsharp
First my Setup:
Windows 10, Asus Notebook, Logitech C920 HD Pro Webcam, Opencv-Python 3.4.4.19
When I manually take a photo with the webcam using the Windows 10 Camera App, it is sharp.
But if I program a code in Python and use OpenCV the taken…

David
- 1
- 1
0
votes
2 answers
Text blur after scroll bar hide with webkit
When i hide scroll bar with webkit :
/* Scrollbar*/
::-webkit-scrollbar {width: 0px;height: 0px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}
/*…

Lucas
- 85
- 9
0
votes
1 answer
Blurry font issue on qt-creator-4.8.0
I started studying QT on windows 7. But I had trouble on qt-creator 4.8.0. After I finished installing qt-creator-4.8.0, I found that certain fonts are blurry. You can see it the images below:
As you can see, some fonts are blurry. How can I fix…

dengqianyi
- 1
- 1
0
votes
1 answer
Android studio Camera Access on Samsung galaxy s7, Image blurry
In my app I open the camera for the user to take a picture of a text. Unfortunately the autofocus does not work at all and the picture is very blurry on an s7. I don't really understand the code either as I just copied it. Please find below the…

Christopher H
- 1
- 1
0
votes
2 answers
Why my opencart products images show blurry? how to fix?
I am using journal opencart theme. when i upload a product then my products images showing blurry. please guide me how can i fix this?
my website link is:
accity.ru
please help me to fix this

Raheel Ahmed
- 1
- 3
0
votes
1 answer
image blurry detection with javascript
I need to check if an image is blurry using JavaScript. This is for an Ionic project, and I want to reject blurred images. I cannot find a way to do this. Can someone help me please?
I've find one way, but I think it only works if is done within a…

Ransarot
- 9
- 1
- 3
0
votes
0 answers
c# W.P.F. image show tiff (just 1 page) blurry
This image is from scanner.
I am using C# WPF to show image.But my problem is that image showing is not unclear.
Below is my code( .xaml and .cs) .I found 2 ways to tranfer the file into image source. But both not work well.
If you use any image…

user1298467
- 41
- 6
0
votes
0 answers
modal window turned blurry with no apparent reason
I can't figure out why, but my modal window turned blurry. Have no idea of what is causing this and it's frustrating me at this point. I did not notice this (which i suppose i would have) at any time when working on it, and suddenly i was like, what…

TheBandolero
- 45
- 9
0
votes
1 answer
Android Low picture quality after shot
I have a button that triggers an image capture :
private void capturePicture() {
if(ActivityCompat.checkSelfPermission(getContext(), Manifest.permission.CAMERA) == PackageManager.PERMISSION_GRANTED){
Intent intent = new…

Vincent Roye
- 2,751
- 7
- 33
- 53
0
votes
1 answer
Bootstrap background blurry on mobile and tablet
I have looked everywhere on the web (including here) for an answer to this issue. I spent 4 hours trying different found "solutions" yesterday, to no avail. I only post here when I have exhaustively researched and tried everything else, including…

SweetPotato
- 11
- 3
0
votes
0 answers
Text & Icons appear blurry and move with css transform effect
So I've done a lot of researching regarding this problem especially going through and trying all of the stuff in this thread:
https://stackoverflow.com/questions/15464055/css-transition-effect-makes-image-blurry-moves-image-1px-in-chrome#=
However,…

Timmy Lee
- 785
- 1
- 11
- 25
0
votes
1 answer
How to blur ListView item with Blurry?
I want to blur a ListView items. I am blurring (using Blurry library) in CustomListViewAdapter's getView():
@Override
public View getView(final int position, View convertView, final ViewGroup parent) {
final AirdropResult airdrop =…

c0dehunter
- 6,412
- 16
- 77
- 139
0
votes
1 answer
Blurry library doesn't blur buttons
I am blurring constraint layout with Blurry Library and only buttons doesn't blur. Any solutions?
@BindView(R.id.constraintLayout) ConstraintLayout constraintLayout;
@BindView(R.id.return_button) ImageButton returnButton;
@BindView(R.id.email)…

Kacper
- 620
- 1
- 7
- 16
0
votes
2 answers
Blurring part of the image
I tried RenderScript for blurring image and it works. I would like to know how RenderScript can be used to blur part of the image. I tried below code but it did not work:
Bitmap overlay = Bitmap.createBitmap(
mWidth,
…

png
- 4,368
- 7
- 69
- 118
0
votes
1 answer
Background image blurry on mobile devices
I'm trying to create a responsive site on Bootstrap and using a background image for the whole body of my site. I am using my background image and setting it to no "repeat center center fixed" and background-size as "cover" as below:
body{
…

AtlantisNaranja
- 33
- 1
- 6